Skip to content

Commit be40c74

Browse files
committed
* fixed #297 try out java15
1 parent 20b83ab commit be40c74

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1309,29 +1309,6 @@
13091309
<artifactId>maven-dependency-plugin</artifactId>
13101310
<inherited>true</inherited>
13111311
</plugin>
1312-
<!--
1313-
<plugin>
1314-
<groupId>org.apache.maven.plugins</groupId>
1315-
<artifactId>maven-compiler-plugin</artifactId>
1316-
<configuration>
1317-
<source>${java.version}</source>
1318-
<target>${java.version}</target>
1319-
<encoding>${project.build.sourceEncoding}</encoding>
1320-
<compilerArgs>
1321-
<arg>-Xlint:all,-options,-path</arg>
1322-
</compilerArgs>
1323-
<showWarnings>true</showWarnings>
1324-
<showDeprecation>true</showDeprecation>
1325-
<annotationProcessorPaths>
1326-
<path>
1327-
<groupId>org.projectlombok</groupId>
1328-
<artifactId>lombok</artifactId>
1329-
<version>${lombok.version}</version>
1330-
</path>
1331-
</annotationProcessorPaths>
1332-
</configuration>
1333-
</plugin>
1334-
-->
13351312
<plugin>
13361313
<groupId>org.apache.maven.plugins</groupId>
13371314
<artifactId>maven-javadoc-plugin</artifactId>

0 commit comments

Comments
 (0)