We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba86e68 commit aae19d6Copy full SHA for aae19d6
1 file changed
pom.xml
@@ -96,11 +96,11 @@
96
</configuration>
97
</plugin>
98
<plugin>
99
- <groupId>org.apache.maven.plugins</groupId>
100
<artifactId>maven-compiler-plugin</artifactId>
101
<configuration>
102
<source>13</source>
103
- <target>13</target>
+ <target>11</target>
+ <release>13</release>
104
105
106
</plugins>
0 commit comments