Skip to content

Commit

Permalink
change classifier to be more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
pop4959 committed Jan 13, 2024
1 parent bee9417 commit 228ff19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ tasks {
}
shadowJar {
configurations = listOf(shade)
archiveClassifier.set("shaded")
archiveClassifier.set("dev")
}
remapJar {
inputFile.set(shadowJar.get().archiveFile)
Expand Down

0 comments on commit 228ff19

Please sign in to comment.