File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments