mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-17 14:21:08 +00:00
set main class of cli implementation
This commit is contained in:
@@ -12,4 +12,13 @@ dependencies {
|
|||||||
shadedImplementation("ch.qos.logback:logback-classic:1.2.7")
|
shadedImplementation("ch.qos.logback:logback-classic:1.2.7")
|
||||||
|
|
||||||
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