Skip to content

Commit

Permalink
Changes .jar name created to virtue.jar
Browse files Browse the repository at this point in the history
  • Loading branch information
sarjinius committed Feb 14, 2024
1 parent beebe61 commit 36260c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ application {
}

shadowJar {
archiveBaseName = "duke"
archiveBaseName = "virtue"
archiveClassifier = null
dependsOn("distZip", "distTar")
}
Expand Down

0 comments on commit 36260c6

Please sign in to comment.