Skip to content

Commit

Permalink
Default to JDK 11 source & target compiler options
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnetherton committed Jul 5, 2021
1 parent 8e41b4f commit b5b34f3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 115 deletions.

This file was deleted.

This file was deleted.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- maven-compiler-plugin -->
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.testTarget>${maven.compiler.target}</maven.compiler.testTarget>
<maven.compiler.testSource>${maven.compiler.source}</maven.compiler.testSource>

Expand Down

0 comments on commit b5b34f3

Please sign in to comment.