Skip to content

Commit aae19d6

Browse files
committed
target is 11
1 parent ba86e68 commit aae19d6

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
@@ -96,11 +96,11 @@
9696
</configuration>
9797
</plugin>
9898
<plugin>
99-
<groupId>org.apache.maven.plugins</groupId>
10099
<artifactId>maven-compiler-plugin</artifactId>
101100
<configuration>
102101
<source>13</source>
103-
<target>13</target>
102+
<target>11</target>
103+
<release>13</release>
104104
</configuration>
105105
</plugin>
106106
</plugins>

0 commit comments

Comments
 (0)