We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14e124d commit 6b97411Copy full SHA for 6b97411
pom.xml
@@ -67,23 +67,9 @@
67
<artifactId>maven-compiler-plugin</artifactId>
68
<version>3.6.1</version>
69
<configuration>
70
- <compilerId>javac-with-errorprone</compilerId>
71
- <forceJavacCompilerUse>true</forceJavacCompilerUse>
72
<source>1.7</source>
73
<target>1.7</target>
74
</configuration>
75
- <dependencies>
76
- <dependency>
77
- <groupId>org.codehaus.plexus</groupId>
78
- <artifactId>plexus-compiler-javac-errorprone</artifactId>
79
- <version>2.8.1</version>
80
- </dependency>
81
82
- <groupId>com.google.errorprone</groupId>
83
- <artifactId>error_prone_core</artifactId>
84
- <version>2.0.16</version>
85
86
- </dependencies>
87
</plugin>
88
</plugins>
89
</pluginManagement>
0 commit comments