1.1.15
SorceryCraft/pipeline/head This commit looks good Details

Build JavaDoc Jar
This commit is contained in:
TheBrokenRail 2020-03-17 14:08:55 -04:00
parent ee78088250
commit 5e24602ca8
3 changed files with 14 additions and 1 deletions

View File

@ -1,5 +1,8 @@
# Changelog
**1.1.15**
* Build JavaDoc Jar
**1.1.14**
* Update Config Lang

View File

@ -63,6 +63,16 @@ task sourcesJar(type: Jar, dependsOn: classes) {
from sourceSets.main.allSource
}
task javadocJar(type: Jar, dependsOn: javadoc) {
classifier 'javadoc'
from javadoc.destinationDir
}
artifacts {
archives sourcesJar
archives javadocJar
}
jar {
from "LICENSE"
}

View File

@ -10,7 +10,7 @@ org.gradle.jvmargs = -Xmx1G
fabric_loader_version = 0.7.8+build.187
# Mod Properties
mod_version = 1.1.14
mod_version = 1.1.15
maven_group = com.thebrokenrail
archives_base_name = sorcerycraft