Skip to content

Commit

Permalink
Merge pull request #174 from /issues/173-java-11
Browse files Browse the repository at this point in the history
Fix #173: Set minimum Java version to 11
  • Loading branch information
romanstrobl authored Jun 22, 2021
2 parents ca17589 + d45772b commit 1eff965
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion powerauth-data-adapter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<java.version>1.8</java.version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven-war-plugin.version>3.3.1</maven-war-plugin.version>
</properties>

Expand Down

0 comments on commit 1eff965

Please sign in to comment.