Skip to content

Commit

Permalink
Make output file names less confusing
Browse files Browse the repository at this point in the history
  • Loading branch information
jpenilla authored and Spottedleaf committed May 26, 2024
1 parent d03938e commit ef9673d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,10 +88,12 @@ jar {
}
}

shadowJar {
archiveClassifier = "dev-all"
destinationDirectory = layout.buildDirectory.dir("devlibs")
}
remapJar {
dependsOn(shadowJar)
mustRunAfter(shadowJar)
inputFile = file(shadowJar.archivePath)
inputFile = shadowJar.archiveFile
}

shadowJar {
Expand Down

0 comments on commit ef9673d

Please sign in to comment.