Skip to content

Commit

Permalink
Upgrade to Java 11.
Browse files Browse the repository at this point in the history
  • Loading branch information
smuda committed Dec 5, 2020
1 parent e18f826 commit cd4e7a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<minMavenVersion>3.2.5</minMavenVersion>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
</properties>

<prerequisites>
Expand Down

0 comments on commit cd4e7a5

Please sign in to comment.