Skip to content

Commit 3c21c07

Browse files
authored
Bump to Java version 20 for Nima generator (#220)
1 parent 226c665 commit 3c21c07

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
env:
3434
JAVA_VERSION: ${{ matrix.java_version }}
3535
run: |
36-
if (( JAVA_VERSION < 19 ));
36+
if (( JAVA_VERSION < 20 ));
3737
then
3838
mvn clean package -pl "!:avaje-http-nima-generator"
3939
else

http-generator-nima/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<artifactId>avaje-http-nima-generator</artifactId>
1111

1212
<properties>
13-
<java.release>19</java.release>
14-
<maven.compiler.source>19</maven.compiler.source>
15-
<maven.compiler.target>19</maven.compiler.target>
13+
<java.release>20</java.release>
14+
<maven.compiler.source>20</maven.compiler.source>
15+
<maven.compiler.target>20</maven.compiler.target>
1616
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1717
</properties>
1818

0 commit comments

Comments
 (0)