Skip to content
This repository was archived by the owner on Jun 5, 2025. It is now read-only.

Commit a93cc24

Browse files
setting the source and target of maven-compiler-plugin to jdk 11
1 parent 984693c commit a93cc24

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,8 +206,8 @@
206206
<artifactId>maven-compiler-plugin</artifactId>
207207
<version>3.6.1</version>
208208
<configuration>
209-
<source>17</source>
210-
<target>17</target>
209+
<source>11</source>
210+
<target>11</target>
211211
</configuration>
212212
</plugin>
213213

0 commit comments

Comments
 (0)