Skip to content

Commit c9e635e

Browse files
committed
Switch to different version of JVM to avoid mutli-jdk compliation issue
Signed-off-by: Peter Nied <petern@amazon.com>
1 parent f1d5b74 commit c9e635e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/detect-breaking-change.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/setup-java@v2
99
with:
1010
distribution: temurin # Temurin is a distribution of adoptium
11-
java-version: 11
11+
java-version: 21
1212
- uses: gradle/gradle-build-action@v2
1313
with:
1414
arguments: japicmp

0 commit comments

Comments
 (0)