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 46505b8 commit 1b3a7ed
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 @@ -44,7 +44,10 @@ jobs:

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


- name: Print Gradle properties
run: cat ~/.gradle/gradle.properties

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

0 comments on commit 1b3a7ed

Please sign in to comment.