-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aggregateJavadocJar tries to create Javadoc jar with abnormally huge file size #640
Comments
#798 I got the same issue, unfortunately. Have you find any fix @TetraTheta ? |
No, I just gave up using this gradle plugin. |
Shoot. Thank you anyway for the reply! The weird thing is that aggregateJavadoc works fine, it's only the .jar thing that fails D: |
Found a fix thanks to @Geolykt -> #798 (comment) |
Thank you for letting me know about that! I will try again when I make my own library again (I gave up making my own library because of this 😞 ) |
I'm trying to use
io.freefair.aggregate-javadoc-jar
(version:6.6-rc1
) to create 'All-In-One Javadoc'.aggregateJavadoc
task created AIO Javadoc well, butaggregateJavadocJar
tries to create Javadoc jar file with abnormally huge file size.Since my project is small project, created javadoc jar file size should be small, not over 900MB or 6GB. The file size gets bigger if I don't force-stop build soon enough.
My current build script is this:
The text was updated successfully, but these errors were encountered: