Skip to content

Commit dcce899

Browse files
committed
#1366: Upgrade minimal Java support to 17
1 parent dafd8a7 commit dcce899

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,17 @@
192192
</dependencies>
193193
</dependencyManagement>
194194
<build>
195+
<plugins>
196+
<plugin>
197+
<groupId>org.apache.maven.plugins</groupId>
198+
<artifactId>maven-compiler-plugin</artifactId>
199+
<version>3.14.0</version>
200+
<configuration>
201+
<source>17</source>
202+
<target>17</target>
203+
</configuration>
204+
</plugin>
205+
</plugins>
195206
<pluginManagement>
196207
<plugins>
197208
<plugin>

0 commit comments

Comments
 (0)