Skip to content

Commit 30fb033

Browse files
authored
Update build.gradle.kts
-H:+ReportExceptionStackTraces
1 parent 9bc5969 commit 30fb033

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ nativeImage {
9595
executableName = "spp-cli"
9696
outputDirectory = file("$buildDir/graal")
9797
arguments("--no-fallback")
98+
arguments("-H:+ReportExceptionStackTraces")
9899
}
99100

100101
tasks.getByName<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("shadowJar") {

0 commit comments

Comments
 (0)