Skip to content

Commit

Permalink
fix api jar task
Browse files Browse the repository at this point in the history
  • Loading branch information
UpcraftLP committed Apr 28, 2022
1 parent 547ca8d commit 7e6463a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ task apiJar(type: Jar, dependsOn: classes) {
}

task remapApiJar(type: RemapJarTask, dependsOn: apiJar) {
input.set(apiJar.archiveFile.get())
inputFile.set(apiJar.archiveFile)
addNestedDependencies.set(false)
archiveClassifier.set("api")
}
Expand Down

0 comments on commit 7e6463a

Please sign in to comment.