Skip to content

Commit

Permalink
Switch to different version of JVM to avoid mutli-jdk compliation issue
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied committed Mar 28, 2024
1 parent f1d5b74 commit c9e635e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/detect-breaking-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/setup-java@v2
with:
distribution: temurin # Temurin is a distribution of adoptium
java-version: 11
java-version: 21
- uses: gradle/gradle-build-action@v2
with:
arguments: japicmp
Expand Down

0 comments on commit c9e635e

Please sign in to comment.