Skip to content

Commit

Permalink
Merge pull request #1468 from gradle/dependabot/maven/build-caching-m…
Browse files Browse the repository at this point in the history
…aven-samples/com.github.spotbugs-spotbugs-maven-plugin-4.8.6.5

Bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.6.4 to 4.8.6.5 in /build-caching-maven-samples
  • Loading branch information
erichaagdev authored Oct 22, 2024
2 parents 0ce2cd1 + a522e33 commit b704d59
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions build-caching-maven-samples/spotbugs-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.6.4</version>
<version>4.8.6.5</version>
<configuration>
<effort>Max</effort>
<threshold>Low</threshold>
Expand Down Expand Up @@ -66,7 +66,6 @@

<property><name>includeTests</name></property>
<property><name>addSourceDirs</name></property>
<property><name>xmlEncoding</name></property>
<property><name>sourceEncoding</name></property>
<property><name>threshold</name></property>
<property><name>effort</name></property>
Expand Down Expand Up @@ -103,11 +102,8 @@
<ignore>maxHeap</ignore>
<ignore>timeout</ignore>
<ignore>jvmArgs</ignore>
<ignore>compileSourceRoots</ignore> <!-- Read-only -->
<ignore>testSourceRoots</ignore> <!-- Read-only -->
<ignore>remoteRepositories</ignore>
<ignore>localRepository</ignore>
<ignore>remoteArtifactRepositories</ignore>

<!-- Ignore Maven state, as it cannot be part of cache key -->
<ignore>pluginArtifacts</ignore>
Expand Down

0 comments on commit b704d59

Please sign in to comment.