Skip to content

Commit

Permalink
test gradle on 23.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpe7s committed Aug 16, 2024
1 parent a8d7f5e commit bc7bf41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
java-version: ${{ vars.JAVA_VERSION }}
check-latest: true

- run: printf "\norg.gradle.java.installations.paths=%s" "$JAVA_HOME" >> gradle.properties

- run: printf "org.gradle.java.home=%s" "$JAVA_HOME" > gradle.properties
if: ${{ vars.GRADLE_JAVA_VERSION == vars.JAVA_VERSION }}

- run: printf "\norg.gradle.java.installations.paths=%s" "$JAVA_HOME" >> gradle.properties

- run: java --version

- name: Gradle Check
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ jobs:
java-version: ${{ vars.JAVA_VERSION }}
check-latest: true

- run: printf "\norg.gradle.java.installations.paths=%s" "$JAVA_HOME" >> gradle.properties

- run: printf "org.gradle.java.home=%s" "$JAVA_HOME" > gradle.properties
if: ${{ vars.GRADLE_JAVA_VERSION == vars.JAVA_VERSION }}

- run: printf "\norg.gradle.java.installations.paths=%s" "$JAVA_HOME" >> gradle.properties

- run: java --version

- name: Gradle Check
Expand Down

0 comments on commit bc7bf41

Please sign in to comment.