File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ the same way as e.g. your co-workers do with their Eclipse IDE.
8484
8585Compatibility
8686-------------
87- Compatible with NetBeans 12.0+ and JDK 17 +.
87+ Compatible with NetBeans 12.0+ and JDK 21 +.
8888
8989Downloads
9090---------
Original file line number Diff line number Diff line change 111111 </distributionManagement >
112112
113113 <properties >
114- <java .version>17 </java .version>
115- <maven .compiler.source>17 </maven .compiler.source>
116- <maven .compiler.target>17 </maven .compiler.target>
114+ <java .version>21 </java .version>
115+ <maven .compiler.source>21 </maven .compiler.source>
116+ <maven .compiler.target>21 </maven .compiler.target>
117117 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
118118 <project .build.resourceEncoding>UTF-8</project .build.resourceEncoding>
119119 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
Original file line number Diff line number Diff line change 11Manifest-Version: 1.0
22OpenIDE-Module-Layer: de/funfried/netbeans/plugins/external/formatter/layer.xml
33OpenIDE-Module-Localizing-Bundle: de/funfried/netbeans/plugins/external/formatter/Bundle.properties
4- OpenIDE-Module-Java-Dependencies: Java > 17
4+ OpenIDE-Module-Java-Dependencies: Java > 21
Original file line number Diff line number Diff line change 9393 </subsection >
9494 <subsection name =" Compatibility" >
9595 <p >
96- Compatible with NetBeans 12.0+ and JDK 17 +.
96+ Compatible with NetBeans 12.0+ and JDK 21 +.
9797 </p >
9898 </subsection >
9999 </section >
You can’t perform that action at this time.
0 commit comments