Skip to content

Commit 1715b1a

Browse files
committed
Fix distribution parameter indentation and update Java to 17 in workflows
1 parent a3149ce commit 1715b1a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/gradle.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
java-version: '17'
21-
distribution: 'zulu'
21+
distribution: 'zulu'
2222
- name: Grant execute permission for gradlew
2323
run: chmod +x gradlew
2424
- name: Build with Gradle

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
18-
- name: Set up JDK 11
18+
- name: Set up JDK 17
1919
uses: actions/setup-java@v4
2020
with:
21-
java-version: '11'
22-
distribution: 'zulu'
21+
java-version: '17'
22+
distribution: 'zulu'
2323
- name: Build with Gradle
2424
run: ./gradlew build
2525
- name: Get Release Version

0 commit comments

Comments
 (0)