Skip to content

Commit d3a613a

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 b28c9d0 commit d3a613a

4 files changed

Lines changed: 200 additions & 133 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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: 174 additions & 112 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)