Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
buildbreaker committed Aug 2, 2023
1 parent 95db980 commit 56ca4fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ buildscript {

apply(plugin = "com.diffplug.spotless")
configure<SpotlessExtension> {
setEnforceCheck(false) // Disables lint on gradle builds.
java {
targetExclude("src/main/java/build/buf/validate/**/*.java")
}
Expand Down
1 change: 0 additions & 1 deletion conformance/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ tasks {

apply(plugin = "com.diffplug.spotless")
configure<SpotlessExtension> {
setEnforceCheck(false) // Disables lint on gradle builds.
java {
targetExclude("src/main/java/build/buf/validate/**/*.java")
}
Expand Down

0 comments on commit 56ca4fa

Please sign in to comment.