Fixed build errors
This commit is contained in:
parent
ba90e49822
commit
c782b78959
1 changed files with 1 additions and 7 deletions
|
@ -162,12 +162,6 @@ task apiJar(type: Jar) {
|
|||
classifier = "api"
|
||||
}
|
||||
|
||||
javadoc {
|
||||
source += sourceSets.api.allSource
|
||||
include 'techreborn/api/**/*'
|
||||
}
|
||||
|
||||
|
||||
apiJar.mustRunAfter deobfJar
|
||||
|
||||
artifacts {
|
||||
|
@ -175,7 +169,7 @@ artifacts {
|
|||
archives apiJar
|
||||
}
|
||||
|
||||
build.dependsOn sourceJar, deobfJar, apiJar
|
||||
build.dependsOn deobfJar, apiJar
|
||||
|
||||
uploadArchives {
|
||||
repositories {
|
||||
|
|
Loading…
Add table
Reference in a new issue