mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 02:20:57 +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("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