Skip to content

Commit e9db5f0

Browse files
committed
Remove obsolete suppression
1 parent 5a4bd56 commit e9db5f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gradle/plugins/common/src/main/kotlin/junitbuild.osgi-conventions.gradle.kts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ tasks.withType<Jar>().named {
4747
# the kotlin and apiguardian packages, but enough modules do to make it a default.
4848
-fixupmessages.kotlin.import: "Unused Import-Package instructions: \\[kotlin.*\\]";is:=ignore
4949
-fixupmessages.apiguardian.import: "Unused Import-Package instructions: \\[org.apiguardian.*\\]";is:=ignore
50-
-fixupmessages.jspecify.import: "Unused Import-Package instructions: \\[org.jspecify.*\\]";is:=ignore
5150
-fixupmessages.warningsAsErrors: ".*";restrict:=warning;is:=error
5251
5352
# Don't scan for Class.forName package imports.

0 commit comments

Comments
 (0)