mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 13:31:32 +00:00
Heimdall: It's back!
This commit is contained in:
21
tool-gjallarhorn/build.gradle.kts
Normal file
21
tool-gjallarhorn/build.gradle.kts
Normal file
@ -0,0 +1,21 @@
|
||||
plugins {
|
||||
id("gay.pizza.foundation.concrete-library")
|
||||
id("com.github.johnrengelman.shadow")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(project(":common-heimdall"))
|
||||
|
||||
implementation("com.github.ajalt.clikt:clikt:3.5.0")
|
||||
implementation("org.slf4j:slf4j-simple:1.7.36")
|
||||
}
|
||||
|
||||
tasks.jar {
|
||||
manifest.attributes(
|
||||
"Main-Class" to "io.kexec.heimdall.tool.MainKt"
|
||||
)
|
||||
}
|
||||
|
||||
tasks.assemble {
|
||||
dependsOn("shadowJar")
|
||||
}
|
Reference in New Issue
Block a user