mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Drop obsolete Maven configuration (#851)
This commit is contained in:
committed by
GitHub
parent
8130ddf59c
commit
c2426d3a8d
@@ -248,17 +248,6 @@
|
||||
</compilerArgs>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<configuration>
|
||||
<ignoredUnusedDeclaredDependencies>
|
||||
<!-- XXX: Figure out why the plugin thinks this
|
||||
dependency is unused. -->
|
||||
<ignoredUnusedDeclaredDependency>${project.groupId}:refaster-support</ignoredUnusedDeclaredDependency>
|
||||
</ignoredUnusedDeclaredDependencies>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</pluginManagement>
|
||||
</build>
|
||||
|
||||
18
pom.xml
18
pom.xml
@@ -1033,18 +1033,7 @@
|
||||
</requireMavenVersion>
|
||||
<requireNoRepositories />
|
||||
<requirePluginVersions />
|
||||
<requireUpperBoundDeps>
|
||||
<excludes>
|
||||
<!-- XXX:
|
||||
`com.google.errorprone:error_prone_test_helpers`
|
||||
pulls in a more recent version of Truth
|
||||
than
|
||||
`com.google.testing.compile:compile-testing`,
|
||||
but the latter is incompatible with said
|
||||
never version. -->
|
||||
<exclude>com.google.truth:truth</exclude>
|
||||
</excludes>
|
||||
</requireUpperBoundDeps>
|
||||
<requireUpperBoundDeps />
|
||||
</rules>
|
||||
</configuration>
|
||||
<dependencies>
|
||||
@@ -1738,11 +1727,8 @@
|
||||
-XepOpt:NullAway:CheckOptionalEmptiness=true
|
||||
-XepOpt:Nullness:Conservative=false
|
||||
-XepOpt:StatementSwitchToExpressionSwitch:EnableAssignmentSwitchConversion=true
|
||||
-XepOpt:StatementSwitchToExpressionSwitch:EnableDirectConversion=true
|
||||
-XepOpt:StatementSwitchToExpressionSwitch:EnableReturnSwitchConversion=true
|
||||
<!-- XXX: Enable once this check respects
|
||||
the compilation source version. See
|
||||
https://github.com/google/error-prone/pull/3646.
|
||||
-XepOpt:StatementSwitchToExpressionSwitch:EnableDirectConversion=true -->
|
||||
<!-- Append additional custom arguments. -->
|
||||
${error-prone.patch-args}
|
||||
${error-prone.self-check-args}
|
||||
|
||||
Reference in New Issue
Block a user