Skip to content

Commit

Permalink
Update mvn compiler plugin in root pom.xml to run with java 11 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdipisa authored Nov 14, 2024
1 parent c343a62 commit 80e19a9
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 @@ -162,8 +162,8 @@
<errorProneFlags />
<errorProne.version>2.18.0</errorProne.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven-compiler-plugin.source>8</maven-compiler-plugin.source>
<maven-compiler-plugin.target>8</maven-compiler-plugin.target>
<maven-compiler-plugin.source>11</maven-compiler-plugin.source>
<maven-compiler-plugin.target>11</maven-compiler-plugin.target>
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
<maven-release-plugin.version>2.5.2</maven-release-plugin.version>
<maven-jar-plugin.version>2.4</maven-jar-plugin.version>
Expand Down

0 comments on commit 80e19a9

Please sign in to comment.