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 99edf2c commit addb745
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,6 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'

- name: Print JAVA_HOME
run: echo $JAVA_HOME

- name: Check Java version
run: java -version

- 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

- name: Create symlink to Java home
run: |
Expand Down

0 comments on commit addb745

Please sign in to comment.