Add Javadoc jars to the maven.
Darkhax opened this issue ยท 1 comments
Issue Description:
Javadoc archives are not uploaded to the maven. Or generated at all lol.
What happens:
Javadoc archives are not generated, or uploaded to the maven.
What you expected to happen:
I want Javadoc jars on the maven.
Script used (Please Pastebin or gist your script, posting an unpasted or ungist'd script will automatically close this issue):
N/A
Minetweaker.log file (Please Pastebin or gist your file, posting an unpasted or ungist'd file will automatically close this issue):
N/A
Affected Versions (Do not use "latest"):
- Minecraft: All that CrT support.
- Forge: N/A
- Crafttweaker: All
Your most recent log file where the issue was present:
N/A
//Creates the JavaDoc jar.
task javadocJar(type: Jar, dependsOn: javadoc) {
from javadoc.destinationDir
classifier = 'javadoc'
}
Pseudo assign: @SkySom