Skip to content

Commit 4d1d02f

Browse files
CI: move Ubuntu workflows to JDK 21 (#323)
* chore: upgrade Apache NetBeans dependency to RELEASE300 Agent-Logs-Url: https://github.com/jeddict/jeddict-ai/sessions/6f9ec6eb-6f0c-4aaf-bc2d-d927091c2fdf Co-authored-by: jGauravGupta <15934072+jGauravGupta@users.noreply.github.com> * ci: use JDK 21 in GitHub Actions workflows --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jGauravGupta <15934072+jGauravGupta@users.noreply.github.com>
1 parent 7a103e7 commit 4d1d02f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/maven.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@v4
28-
- name: Set up JDK 17
28+
- name: Set up JDK 21
2929
uses: actions/setup-java@v4
3030
with:
31-
java-version: '17'
31+
java-version: '21'
3232
distribution: 'temurin'
3333
cache: maven
3434
- name: Build with Maven
@@ -44,10 +44,10 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@v4
4646

47-
- name: Set up JDK 17
47+
- name: Set up JDK 21
4848
uses: actions/setup-java@v4
4949
with:
50-
java-version: '17'
50+
java-version: '21'
5151
distribution: 'temurin'
5252

5353
- name: Set up GPG for signing

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4747
<maven.compiler.release>17</maven.compiler.release>
4848
<langchain4j.version>1.11.0</langchain4j.version>
49-
<netbeans.version>RELEASE290</netbeans.version>
49+
<netbeans.version>RELEASE300</netbeans.version>
5050
</properties>
5151

5252
<build>

0 commit comments

Comments
 (0)