Skip to content

Commit

Permalink
Update gradle build files.
Browse files Browse the repository at this point in the history
  • Loading branch information
creatorfromhell committed Jun 14, 2024
1 parent eb5292e commit 5971182
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ tasks {
sourceCompatibility = "17"
targetCompatibility = "17"
}

jar {
dependsOn(shadowJar)
archiveFileName = "original-TNIL-Core-${project.version}.jar"
}

shadowJar {
archiveFileName = "TNIL-Core-${project.version}.jar"
}
}

description = "The New Item Library Core"

0 comments on commit 5971182

Please sign in to comment.