Skip to content

Commit afd3e2f

Browse files
authored
Set maven-compiler-plugin release to Java 11 (#1042)
1 parent 0e19762 commit afd3e2f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.adoc

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/main[co
1313

1414
== Unreleased
1515

16+
Build / Infrastructure::
17+
18+
* Set maven-compiler-plugin 'release' value to Java 11 (#1042)
19+
1620
== v3.2.0 (2025-03-28)
1721

1822
Improvements (for all modules)::

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
<artifactId>maven-compiler-plugin</artifactId>
270270
<version>3.14.0</version>
271271
<configuration>
272-
<release>17</release>
272+
<release>${project.java.version}</release>
273273
</configuration>
274274
</plugin>
275275
</plugins>

0 commit comments

Comments
 (0)