Skip to content

Commit

Permalink
cli: Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzleutgeb committed Dec 20, 2021
1 parent ba5c7d3 commit 556291e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions alpha-cli-app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
plugins {
id("alpha.java-application-conventions")
id("com.github.johnrengelman.shadow") version "7.1.1"
id("org.mikeneck.graalvm-native-image") version "1.4.1"
}

Expand Down Expand Up @@ -74,19 +73,13 @@ tasks.test {
useJUnitPlatform()
}

tasks.shadowJar {
archiveClassifier.set("shadow")
}

tasks.nativeImage {
mainClass = main
//mainClass.set(main)
executableName = "alpha"
arguments(
"--no-fallback",
"-H:Log=registerResource",
"-H:+ReportExceptionStackTraces",
//"-H:ResourceConfigurationFiles=src/main/resources/native-image/resource-config.json",
"--report-unsupported-elements-at-runtime"
)
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"resources": {
"includes": [
{
"pattern": "alpha-core:/stringtemplates/aggregate-encodings.stg",
"pattern": ".*"
"pattern": "stringtemplates/aggregate-encodings.stg",
"pattern": "simplelogger.properties"
}
]
},
Expand Down

0 comments on commit 556291e

Please sign in to comment.