Skip to content

Commit

Permalink
Try setting org.gradle.java.installations.paths
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 3, 2024
1 parent 5ebacc0 commit 48b2f80
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,12 @@ jobs:
java-version: '21'
set-java-home: false
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Debugging
run: |
echo "GRAALVM_HOME: $GRAALVM_HOME"
echo "JAVA_HOME: $JAVA_HOME"
ls -r $GRAALVM_HOME/bin
java --version
native-image --version
- name: Build
uses: ./.github/actions/main-build
with:
dependency-graph: generate-and-submit
arguments: |
-Porg.gradle.java.installations.paths=${{ env.GRAALVM_HOME }}
-Ptesting.enableJaCoCo
build
jacocoRootReport
Expand Down

0 comments on commit 48b2f80

Please sign in to comment.