Skip to content

Commit 3c9cb62

Browse files
committed
Build with JDK 8
(was: 21, breaking the bytebuddy version used in tests).
1 parent 7353a75 commit 3c9cb62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
3232
with:
3333
distribution: temurin
34-
java-version: '21'
34+
java-version: '8'
3535
cache: "maven"
3636
gpg-private-key: ${{ secrets.MAVEN_CENTRAL_SIGNING_KEY_PRIVATE }}
3737
server-id: central

0 commit comments

Comments
 (0)