Skip to content

Commit

Permalink
NMS-16978: Require Java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
christianpape committed Dec 18, 2024
1 parent 3c5bedd commit 0e7d53e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/main/executors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ executors:
- image: cimg/base:stable-20.04
build-executor:
docker:
- image: opennms/build-env:circleci-ubuntu-jdk11
- image: opennms/build-env:circleci-ubuntu-jdk17
coverage-executor:
docker:
- image: opennms/build-env:circleci-ubuntu-jdk17
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@
<version>[3.5,)</version>
</requireMavenVersion>
<requireJavaVersion>
<version>[11,18)</version>
<version>[17,18)</version>
</requireJavaVersion>
</rules>
</configuration>
Expand Down Expand Up @@ -1373,8 +1373,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>${maven.compiler.plugin.version}</version>
<configuration>
<source>11</source>
<target>11</target>
<source>17</source>
<target>17</target>
<encoding>UTF-8</encoding>
<optimize>true</optimize>
</configuration>
Expand Down

0 comments on commit 0e7d53e

Please sign in to comment.