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 0cd61a5 commit 5e6ac2a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ jobs:

- name: Check Java version
run: java -version


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

# Do the build
- name: Build with Gradle
run: ./gradlew --refresh-dependencies
Expand Down

0 comments on commit 5e6ac2a

Please sign in to comment.