Skip to content

Commit 6324fcc

Browse files
committed
HHH-PENDING build(local plugins): mark as not compatible with CC Jar using bnd plugin
After bndtools/bnd#6346 is fixed and released, remove this
1 parent edc8ad9 commit 6324fcc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

local-build-plugins/src/main/groovy/local.java-module.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,10 @@ tasks.withType(Jar).configureEach {
291291
}
292292
}
293293

294-
tasks.named("jar") {
294+
tasks.named( "jar", Jar ) {
295+
// Remove when https://github.com/bndtools/bnd/issues/6346 is fixed
296+
notCompatibleWithConfigurationCache( "Bnd plugin access to project at execution time" )
297+
295298
manifest {
296299
attributes(
297300
// Java 9 module name

0 commit comments

Comments
 (0)