Skip to content

Commit

Permalink
fix: fix jar running
Browse files Browse the repository at this point in the history
  • Loading branch information
smartcmd committed Feb 10, 2024
1 parent a40528f commit f44b805
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
plugins {
id("java")
application
// Shadow jar plugin
id("com.github.johnrengelman.shadow") version "8.1.1"
}

group = "org.allaymc"
version = "1.0.0"

application {
mainClass.set("org.allaymc.encryptmypack.EncryptMyPack")
}

repositories {
mavenCentral()
}
Expand Down

0 comments on commit f44b805

Please sign in to comment.