mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 13:31:32 +00:00
Gjallarhorn: Timelapse Mode
This commit is contained in:
10
tool-gjallarhorn/build.gradle.kts
Normal file
10
tool-gjallarhorn/build.gradle.kts
Normal file
@ -0,0 +1,10 @@
|
||||
dependencies {
|
||||
implementation(project(":foundation-core"))
|
||||
implementation(project(":foundation-heimdall"))
|
||||
implementation("org.slf4j:slf4j-simple:1.7.32")
|
||||
implementation("com.github.ajalt.clikt:clikt:3.3.0")
|
||||
}
|
||||
|
||||
listOf(tasks.jar, tasks.shadowJar).map { it.get() }.forEach { task ->
|
||||
task.manifest.attributes["Main-Class"] = "cloud.kubelet.foundation.gjallarhorn.MainKt"
|
||||
}
|
Reference in New Issue
Block a user