Skip to content

Commit

Permalink
Merge pull request #573 from spotbugs/more-changes-for-v5
Browse files Browse the repository at this point in the history
Change default behaviors
  • Loading branch information
KengoTODA authored Oct 12, 2021
2 parents 8cb962b + e3c9346 commit bce88c7
Show file tree
Hide file tree
Showing 12 changed files with 517 additions and 644 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id 'com.gradle.plugin-publish' version '0.16.0'
id 'com.github.spotbugs.gradle-plugin'
id 'org.sonarqube' version '3.3'
id 'com.github.spotbugs' version '4.7.5'
id 'com.github.spotbugs' version '5.0.0-beta.2'
}

sourceCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -24,7 +24,7 @@ ext {
errorproneVersion = '2.9.0'
spotBugsVersion = '4.4.1'
slf4jVersion = '1.8.0-beta4'
androidGradlePluginVersion = '4.2.2'
androidGradlePluginVersion = '7.0.2'
}

dependencies {
Expand Down Expand Up @@ -57,7 +57,7 @@ spotbugs {
spotbugsMain {
reports {
sarif {
enabled = true
required = true
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
`kotlin-dsl`
id("com.diffplug.spotless") version "5.15.0"
id("com.diffplug.spotless") version "5.16.0"
}

repositories {
Expand All @@ -9,7 +9,7 @@ repositories {
}

dependencies {
implementation("com.diffplug.spotless:spotless-plugin-gradle:5.14.3")
implementation("com.diffplug.spotless:spotless-plugin-gradle:5.16.0")
implementation("net.ltgt.gradle:gradle-errorprone-plugin:2.0.2")
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/test.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ext {
junitVersion = '5.7.2'
junitVersion = '5.8.1'
}
dependencies {
testImplementation gradleTestKit()
Expand Down
Loading

0 comments on commit bce88c7

Please sign in to comment.