eric-milles commented on code in PR #2330:
URL: https://github.com/apache/groovy/pull/2330#discussion_r2577915874
##########
build-logic/src/main/groovy/org.apache.groovy-library.gradle:
##########
@@ -35,7 +35,6 @@ tasks.named('jarjar') { JarJarTask jjt ->
jjt.withManifest {
instruction '-nouses', 'true'
instruction 'Export-Package', "*;version=${groovyBundleVersion}"
- instruction 'Fragment-Host', 'groovy' // GROOVY-9402, GROOVY-11570
Review Comment:
This was added due to split packages. Are there any split packages left
between the different module jars?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]