Skip to content

Commit c63d118

Browse files
committed
Re-enable caching verifyOSGi tasks (issue was fixed in bnd 7.0.0)
1 parent 99a71f7 commit c63d118

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

-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ val verifyOSGi by tasks.registering(Resolve::class) {
111111
// end up in the dependencies of those projects.
112112
bundles(osgiVerificationClasspath)
113113
properties.empty()
114-
outputs.doNotCacheIf("https://github.com/bndtools/bnd/issues/5666") { true }
115114
}
116115

117116
tasks.check {

0 commit comments

Comments
 (0)