Skip to content

Commit

Permalink
Report java toolchains upon failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ascheman committed Dec 13, 2024
1 parent bad87f2 commit 34bff8e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,4 @@ jobs:
pwd
echo "Files:"
find * -ls
./gradlew javaToolchains
1 change: 1 addition & 0 deletions .github/workflows/gradle-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,4 @@ jobs:
pwd
echo "Files:"
find * -ls
./gradlew javaToolchains
2 changes: 2 additions & 0 deletions .github/workflows/test-java-os-mix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,5 @@ jobs:
pwd
echo "Files:"
find * -ls
./gradlew javaToolchains

0 comments on commit 34bff8e

Please sign in to comment.