Skip to content

Commit 5b1796c

Browse files
Hermes Jimenezclaude
andcommitted
Fix: Update CI to JDK 11 for Jakarta EE 9+ compatibility
Jakarta EE 9+ dependencies require Java 11+. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 54687dc commit 5b1796c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
- name: Checkout code
1414
uses: actions/checkout@v4
1515

16-
- name: Set up JDK 8
16+
- name: Set up JDK 11
1717
uses: actions/setup-java@v4
1818
with:
19-
java-version: '8'
19+
java-version: '11'
2020
distribution: 'temurin'
2121
cache: maven
2222

0 commit comments

Comments
 (0)