mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 22:31:52 +00:00
set main class of cli implementation
This commit is contained in:
@@ -13,3 +13,12 @@ dependencies {
|
|||||||
|
|
||||||
shadedImplementation("net.jafama", "jafama", Versions.Libraries.Internal.jafama)
|
shadedImplementation("net.jafama", "jafama", Versions.Libraries.Internal.jafama)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tasks.withType<Jar>() {
|
||||||
|
entryCompression = ZipEntryCompression.STORED
|
||||||
|
manifest {
|
||||||
|
attributes(
|
||||||
|
"Main-Class" to "com.dfsek.terra.cli.TerraCLI",
|
||||||
|
)
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user