You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Content of Shadow JAR (jar tf <jar file> - post link to GIST if too long)
pdfRuntimeOnly jars are included in both jar files, also source and javadoc grow, the buildgradle.kts, compare with maven, original gradle jars were the same as maven. now all are grown:
> ls -l target/*.jar build/libs/*.jar
24999965 13. Feb 11:22 build/libs/plantuml-1.2022.1-SNAPSHOT-all.jar
24999955 13. Feb 09:57 build/libs/plantuml-1.2022.2.jar
31333430 13. Feb 09:58 build/libs/plantuml-1.2022.2-javadoc.jar
23742790 13. Feb 09:58 build/libs/plantuml-1.2022.2-sources.jar
9973551 13. Feb 08:45 target/plantuml-1.2022.1-SNAPSHOT.jar
15492349 13. Feb 08:45 target/plantuml-1.2022.1-SNAPSHOT-javadoc.jar
8716781 13. Feb 08:45 target/plantuml-1.2022.1-SNAPSHOT-sources.jar
The text was updated successfully, but these errors were encountered:
Shadow Version
7.1.2
Gradle Version
7.4
Expected Behavior
build a normal plantuml.ar and one plantuml-all-jar, no other change. i did include only one line and it makes all jars change:
Actual Behavior
both are fat jars, optional dependencies included.
Gradle Build Script(s)
Content of Shadow JAR (
jar tf <jar file>
- post link to GIST if too long)pdfRuntimeOnly jars are included in both jar files, also source and javadoc grow, the buildgradle.kts, compare with maven, original gradle jars were the same as maven. now all are grown:
The text was updated successfully, but these errors were encountered: