Skip to content

Commit 450624c

Browse files
committed
move used JDK to more prominent place
1 parent 4958fcd commit 450624c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
<properties>
1717
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18+
<maven.compiler.release>16</maven.compiler.release>
1819

1920
<!-- dependencies -->
2021
<cryptolib.version>2.0.0-beta7</cryptolib.version>
@@ -126,7 +127,6 @@
126127
<artifactId>maven-compiler-plugin</artifactId>
127128
<version>3.8.1</version>
128129
<configuration>
129-
<release>16</release>
130130
<showWarnings>true</showWarnings>
131131
<annotationProcessorPaths>
132132
<path>

0 commit comments

Comments
 (0)