Skip to content

Commit c534c1e

Browse files
authored
Merge pull request #264 from funfried/release/1.15.x
2 parents b2e1026 + 428fafa commit c534c1e

File tree

17 files changed

+173
-103
lines changed

17 files changed

+173
-103
lines changed

.github/workflows/linux_maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v3
19-
- name: Set up JDK 17
19+
- name: Set up JDK 21
2020
uses: actions/setup-java@v3
2121
with:
22-
java-version: '17'
22+
java-version: '21'
2323
distribution: 'adopt'
2424
cache: maven
2525
- name: Build with Maven

.github/workflows/release_maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v3
16-
- name: Set up JDK 17
16+
- name: Set up JDK 21
1717
uses: actions/setup-java@v3
1818
with:
19-
java-version: '17'
19+
java-version: '21'
2020
distribution: 'adopt'
2121
cache: maven
2222
- name: Build and Deploy with Maven

.github/workflows/windows_maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: windows-latest
1818
steps:
1919
- uses: actions/checkout@v3
20-
- name: Set up JDK 17
20+
- name: Set up JDK 21
2121
uses: actions/setup-java@v3
2222
with:
23-
java-version: '17'
23+
java-version: '21'
2424
distribution: 'adopt'
2525
cache: maven
2626
- name: Build with Maven

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ the same way as e.g. your co-workers do with their Eclipse IDE.
8484

8585
Compatibility
8686
-------------
87-
Compatible with NetBeans 12.0+ and JDK 17+.
87+
Compatible with NetBeans 12.0+ and JDK 21+.
8888

8989
Downloads
9090
---------

0 commit comments

Comments
 (0)