-
-
Notifications
You must be signed in to change notification settings - Fork 302
Closed
Labels
maint-candidateIssues or pull requests that are candidates for a maintenance releaseIssues or pull requests that are candidates for a maintenance release
Description
I tried updating the JUnit 5 build to 6.3.0 but it resulted in the following failure:
Failed to apply plugin 'shadow-conventions'.
> Could not create task ':junit-platform-console:shadowJar'.
> class aQute.bnd.gradle.BundleTaskExtension$EffectiveManifest cannot be cast to class com.github.jengelman.gradle.plugins.shadow.tasks.InheritManifest (aQute.bnd.gradle.BundleTaskExtension$EffectiveManifest and com.github.jengelman.gradle.plugins.shadow.tasks.InheritManifest are in unnamed module of loader org.gradle.internal.classloader.VisitableURLClassLoader @a6bd1fc)
Stacktrace: https://ge.junit.org/s/jgs5agcbr2obq/failure#1
It looks like both the BND and the Shadow plugin replace manifest with their own implementation. Is that something that was introduced in 6.3.0?
Metadata
Metadata
Assignees
Labels
maint-candidateIssues or pull requests that are candidates for a maintenance releaseIssues or pull requests that are candidates for a maintenance release