Skip to content

Commit a9ff511

Browse files
committed
I am tooooo fast
1 parent 0863690 commit a9ff511

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/setup-java@v4
1515
with:
1616
distribution: 'temurin'
17-
java-version: 21
17+
java-version: 25
1818
cache: 'gradle'
1919
- name: Build with Gradle
2020
run: ./gradlew clean build test

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/setup-java@v4
1919
with:
2020
distribution: 'temurin'
21-
java-version: 21
21+
java-version: 25
2222
cache: 'gradle'
2323
- name: Build with Gradle
2424
run: ./gradlew publish

0 commit comments

Comments
 (0)