Skip to content

Commit 42c18b1

Browse files
Merge pull request #20 from fisherstevenk/java17
change target to 17
2 parents ff85b02 + 86dc05f commit 42c18b1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.swiftcryptollc</groupId>
55
<artifactId>kyberJCE</artifactId>
6-
<version>2.1.4</version>
6+
<version>2.1.5</version>
77
<packaging>jar</packaging>
88
<name>KyberJCE</name>
99
<description>Pure Java implementation of Kyber</description>
@@ -47,8 +47,8 @@
4747
<artifactId>maven-compiler-plugin</artifactId>
4848
<version>3.10.1</version>
4949
<configuration>
50-
<source>18</source>
51-
<target>18</target>
50+
<source>17</source>
51+
<target>17</target>
5252
<compilerArgs>
5353
<arg>--add-exports</arg>
5454
<arg>java.base/sun.security.util=ALL-UNNAMED</arg>

0 commit comments

Comments
 (0)