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 1b3a7ed commit 99edf2c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@ jobs:

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


- name: Create symlink to Java home
run: |
mkdir -p gradle/jvm/11
ln -s $JAVA_HOME gradle/jvm/11/latest
# Do the build
- name: Build with Gradle
run: ./gradlew --refresh-dependencies
Expand Down

0 comments on commit 99edf2c

Please sign in to comment.