mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 13:11:32 +00:00
graalvm is bad and should go away
This commit is contained in:
@ -2,7 +2,6 @@ plugins {
|
||||
application
|
||||
id("gay.pizza.pork.module")
|
||||
id("com.gradleup.shadow") version "8.3.8"
|
||||
id("org.graalvm.buildtools.native") version "0.10.6"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@ -31,21 +30,4 @@ for (task in arrayOf(tasks.shadowDistTar, tasks.shadowDistZip, tasks.shadowJar))
|
||||
task.get().archiveBaseName.set("pork${suffix}")
|
||||
}
|
||||
|
||||
graalvmNative {
|
||||
binaries {
|
||||
named("main") {
|
||||
imageName.set("pork")
|
||||
mainClass.set("gay.pizza.pork.tool.MainKt")
|
||||
sharedLibrary.set(false)
|
||||
buildArgs("-march=compatibility")
|
||||
resources {
|
||||
includedPatterns.addAll(listOf(
|
||||
".*/*.pork$",
|
||||
".*/*.manifest$"
|
||||
))
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
tasks.run.get().outputs.upToDateWhen { false }
|
||||
|
Reference in New Issue
Block a user