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

- name: Print JAVA_HOME
run: echo $JAVA_HOME

- name: Check Java version
run: java -version

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

0 comments on commit 0cd61a5

Please sign in to comment.