Skip to content

Commit

Permalink
Merge pull request psi-probe#3585 from hazendaz/master
Browse files Browse the repository at this point in the history
[pom] Use target folder only for error prone ignore
  • Loading branch information
hazendaz authored Jul 19, 2024
2 parents bf5b1b3 + 70e8376 commit 41ee53e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@

<!-- Verification Checks -->
<error-prone.failOnViolations>-XepAllErrorsAsWarnings</error-prone.failOnViolations>
<error-prone.skipGeneratedCode>-XepDisableWarningsInGeneratedCode -XepExcludedPaths:.*${project.build.directory}/generated-sources/.*</error-prone.skipGeneratedCode>
<error-prone.skipGeneratedCode>-XepDisableWarningsInGeneratedCode -XepExcludedPaths:.*target/generated-sources/.*</error-prone.skipGeneratedCode>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 41ee53e

Please sign in to comment.