Skip to content

Commit

Permalink
Edit gradle buils
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan-Goh committed Sep 22, 2023
1 parent 4ef549d commit 9715d67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ test {
}

application {
mainClass.set("adam.Main")
mainClass.set("adam.Launcher")
}

shadowJar {
archiveBaseName = "AdamV0.3"
archiveBaseName = "AdamV0.5"
archiveClassifier = null
dependsOn("distZip", "distTar")
}
Expand Down

0 comments on commit 9715d67

Please sign in to comment.