Skip to content

Commit

Permalink
Adjusted POM to accept Java version 11+
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasSchaub committed Jan 24, 2024
1 parent 61731e2 commit 1af3791
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<sonar.organization>jonasschaub</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<project.build.source>17</project.build.source>
<project.build.target>17</project.build.target>
<java.version>17</java.version>
<project.build.source>11</project.build.source>
<project.build.target>11</project.build.target>
<java.version>11</java.version>
<cdk.version>2.9</cdk.version>
<junit.version>5.10.0</junit.version>
<hamcrest.version>2.2</hamcrest.version>
Expand Down Expand Up @@ -204,7 +204,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<configuration>
<release>17</release>
<release>11</release>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 1af3791

Please sign in to comment.