Skip to content

Commit

Permalink
Merge pull request #20 from fisherstevenk/java17
Browse files Browse the repository at this point in the history
change target to 17
  • Loading branch information
fisherstevenk authored Dec 27, 2022
2 parents ff85b02 + 86dc05f commit 42c18b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.swiftcryptollc</groupId>
<artifactId>kyberJCE</artifactId>
<version>2.1.4</version>
<version>2.1.5</version>
<packaging>jar</packaging>
<name>KyberJCE</name>
<description>Pure Java implementation of Kyber</description>
Expand Down Expand Up @@ -47,8 +47,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<source>18</source>
<target>18</target>
<source>17</source>
<target>17</target>
<compilerArgs>
<arg>--add-exports</arg>
<arg>java.base/sun.security.util=ALL-UNNAMED</arg>
Expand Down

0 comments on commit 42c18b1

Please sign in to comment.