Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bdw429s authored Jun 28, 2024
1 parent 67c84a6 commit 46505b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: java -version

- name: Configure Gradle to use the setup JDK
run: touch ~/.gradle/gradle.properties && echo "org.gradle.java.home=$JAVA_HOME" >> ~/.gradle/gradle.properties
run: mkdir ~/.gradle/ && echo "org.gradle.java.home=$JAVA_HOME" >> ~/.gradle/gradle.properties

# Do the build
- name: Build with Gradle
Expand Down

0 comments on commit 46505b8

Please sign in to comment.