Skip to content

Commit

Permalink
Configured Jar creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigeltzy committed Sep 9, 2024
1 parent 279606a commit 32a63bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {
id 'com.github.johnrengelman.shadow' version '7.1.2'
}


repositories {
mavenCentral()
}
Expand Down Expand Up @@ -33,6 +34,7 @@ application {
}

shadowJar {
archiveFileName = "shnoop.jar"
archiveBaseName = "shnoop"
archiveClassifier = null
}
Expand Down

0 comments on commit 32a63bf

Please sign in to comment.