Skip to content

Commit 7d471e4

Browse files
severn-everettoshai
authored andcommitted
Upgrading JVM version in Github workflows
1 parent 332b6f5 commit 7d471e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cd.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: 11
21+
java-version: 17
2222
- name: Publish
2323
run: ./gradlew publishToSonatype closeAndReleaseSonatypeStagingRepository -no-daemon --no-parallel --stacktrace -DSONATYPE_USERNAME_2=$SONATYPE_USERNAME_2 -DSONATYPE_PASSWORD_2=$SONATYPE_PASSWORD_2 -DGPG_PRIVATE_PASSWORD=$GPG_PRIVATE_PASSWORD -DGPG_PRIVATE_KEY=$GPG_PRIVATE_KEY
2424
env:

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: actions/setup-java@v4
5353
with:
5454
distribution: 'temurin'
55-
java-version: 11
55+
java-version: 17
5656

5757
- name: Restore Gradle cache
5858
id: cache-gradle

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/setup-java@v4
3737
with:
3838
distribution: 'temurin'
39-
java-version: 11
39+
java-version: 17
4040
- name: Generate Dokka HTML docs
4141
run: ./gradlew :dokkaHtml
4242
- name: Upload Dokka output

0 commit comments

Comments
 (0)