This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch 8.0.x-hibernate7
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit 2c301b9d2502afc28cda5d2528951671086b96b3
Author: James Daugherty <[email protected]>
AuthorDate: Sun May 17 11:57:35 2026 -0400

    Remove redundant spotbugs config
---
 grails-data-hibernate7/core/build.gradle | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/grails-data-hibernate7/core/build.gradle 
b/grails-data-hibernate7/core/build.gradle
index 62e298152c..95aa3ef921 100644
--- a/grails-data-hibernate7/core/build.gradle
+++ b/grails-data-hibernate7/core/build.gradle
@@ -141,21 +141,3 @@ apply {
     from 
rootProject.layout.projectDirectory.file('gradle/grails-data-tck-config.gradle')
     from rootProject.layout.projectDirectory.file('gradle/docs-config.gradle')
 }
-
-// spotbugs {
-//     effort = Effort.valueOf('MAX')
-//     reportLevel = Confidence.valueOf('HIGH')// or Confidence.MEDIUM, 
Confidence.LOW
-//     // other settings...
-// }
-//
-// tasks.withType(com.github.spotbugs.snom.SpotBugsTask).configureEach {
-//     onlyIf { project.hasProperty('runCodeStyle') }
-//     reports {
-//         xml.enabled = false
-//         html.enabled = true     // → nice HTML report in 
build/reports/spotbugs
-//     }
-// }
-//
-// tasks.named('check') {
-//     dependsOn 'spotbugsMain'
-// }

Reply via email to