Skip to content

Commit

Permalink
fixup! port to 1.20.4
Browse files Browse the repository at this point in the history
  • Loading branch information
19MisterX98 committed Dec 21, 2023
1 parent 505ce15 commit 82be036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ tasks.withType(Jar).configureEach {
from sourceSets.api.output
}

tasks.register('apiJar') {
task apiJar(type: Jar) {
archiveClassifier.set("api-dev")

from sourceSets.api.output
}

tasks.register('remapApiJar') {
task remapApiJar(type: RemapJarTask) {
archiveClassifier.set("api")

input = apiJar.archiveFile.get().asFile
Expand Down

0 comments on commit 82be036

Please sign in to comment.