Skip to content

Commit

Permalink
hidden spotbugs in release
Browse files Browse the repository at this point in the history
 org.w3c.dom is accessible from more than one module: <unnamed>, java.xml during building testng-team#2829
  • Loading branch information
bobshie committed Nov 14, 2022
1 parent 9c15d5e commit eb1f591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testng-core/testng-core-build.gradle.kts
Expand Up @@ -25,7 +25,7 @@ java {
dependencies {
api(projects.testngCoreApi)
// Annotations have to be available on the compile classpath for the proper compilation
api("com.github.spotbugs:spotbugs:_")
compileOnly("com.github.spotbugs:spotbugs:_")
api("com.beust:jcommander:_")

"guiceApi"(platform("com.google.inject:guice-bom:_"))
Expand Down

0 comments on commit eb1f591

Please sign in to comment.