diff --git a/build.gradle.kts b/build.gradle.kts index 201e38b..2573721 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -95,6 +95,7 @@ nativeImage { executableName = "spp-cli" outputDirectory = file("$buildDir/graal") arguments("--no-fallback") + arguments("-H:+ReportExceptionStackTraces") } tasks.getByName("shadowJar") { diff --git a/gradle.properties b/gradle.properties index 9fbec12..8d57a05 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ kotlin.code.style=official cliGroup=com.sourceplusplus projectVersion=0.3.0-alpha5 -vertxVersion=4.2.3 +vertxVersion=4.2.4 graalVersion = 21.3.0 jacksonVersion = 2.12.5 apolloVersion=3.0.0 diff --git a/src/main/resources/META-INF/native-image/spp/cli/native-image.properties b/src/main/resources/META-INF/native-image/spp/cli/native-image.properties index d3bf7af..d2437cd 100644 --- a/src/main/resources/META-INF/native-image/spp/cli/native-image.properties +++ b/src/main/resources/META-INF/native-image/spp/cli/native-image.properties @@ -46,7 +46,6 @@ io.vertx.core.net.impl.transport.KQueueTransport,\ io.vertx.core.http.impl.VertxHttp2ClientUpgradeCodec,\ io.netty.resolver.dns.DnsServerAddressStreamProviders$DefaultProviderHolder,\ io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod,\ -io.netty.util.internal.logging.Slf4JLoggerFactory,\ io.netty.internal.tcnative.SSLPrivateKeyMethod,\ io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod,\ io.netty.internal.tcnative.CertificateVerifier,\ @@ -56,4 +55,4 @@ io.netty.handler.ssl.BouncyCastleAlpnSslUtils,\ io.vertx.core.eventbus.impl.clustered.ClusteredEventBus,\ io.netty.channel.unix,\ io.netty.channel.epoll,\ -io.netty.buffer.ByteBufUtil$HexUtil \ No newline at end of file +io.netty.buffer.ByteBufUtil$HexUtil