We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a4bd56 commit e9db5f0Copy full SHA for e9db5f0
gradle/plugins/common/src/main/kotlin/junitbuild.osgi-conventions.gradle.kts
@@ -47,7 +47,6 @@ tasks.withType<Jar>().named {
47
# the kotlin and apiguardian packages, but enough modules do to make it a default.
48
-fixupmessages.kotlin.import: "Unused Import-Package instructions: \\[kotlin.*\\]";is:=ignore
49
-fixupmessages.apiguardian.import: "Unused Import-Package instructions: \\[org.apiguardian.*\\]";is:=ignore
50
- -fixupmessages.jspecify.import: "Unused Import-Package instructions: \\[org.jspecify.*\\]";is:=ignore
51
-fixupmessages.warningsAsErrors: ".*";restrict:=warning;is:=error
52
53
# Don't scan for Class.forName package imports.
0 commit comments