Skip to content

Commit 4d61e95

Browse files
committed
Fix YAML indentation and update Gradle wrapper scripts
- Fixed distribution parameter indentation (must align with java-version) - Updated step name labels to 'Set up JDK 17' - Updated Gradle wrapper scripts to 8.14.3
1 parent d3e667c commit 4d61e95

4 files changed

Lines changed: 163 additions & 128 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: 2 additions & 2 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 1.8
18+
- name: Set up JDK 17
1919
uses: actions/setup-java@v4
2020
with:
2121
java-version: '17'
22-
distribution: 'zulu'
22+
distribution: 'zulu'
2323
- name: Build with Gradle
2424
run: ./gradlew build
2525
- name: Get Release Version

gradlew

Lines changed: 153 additions & 107 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)