Skip to content

Commit

Permalink
Update maven.compiler setting to Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton committed Nov 12, 2024
1 parent 82daac6 commit 8ccd17b
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 @@ -60,8 +60,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven-deploy-plugin-version>2.8.2</maven-deploy-plugin-version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.11</maven.compiler.source>
<maven.compiler.target>1.11</maven.compiler.target>
<dependency.locations.enabled>false</dependency.locations.enabled>
</properties>

Expand Down

0 comments on commit 8ccd17b

Please sign in to comment.