We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4958fcd commit 450624cCopy full SHA for 450624c
pom.xml
@@ -15,6 +15,7 @@
15
16
<properties>
17
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
18
+ <maven.compiler.release>16</maven.compiler.release>
19
20
<!-- dependencies -->
21
<cryptolib.version>2.0.0-beta7</cryptolib.version>
@@ -126,7 +127,6 @@
126
127
<artifactId>maven-compiler-plugin</artifactId>
128
<version>3.8.1</version>
129
<configuration>
- <release>16</release>
130
<showWarnings>true</showWarnings>
131
<annotationProcessorPaths>
132
<path>
0 commit comments