File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments