Skip to content

Commit eea353a

Browse files
authored
Merge branch 'master' into sub-view
2 parents 32d8196 + 906580e commit eea353a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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") {

src/main/resources/META-INF/native-image/spp/cli/native-image.properties

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ io.vertx.core.net.impl.transport.KQueueTransport,\
4646
io.vertx.core.http.impl.VertxHttp2ClientUpgradeCodec,\
4747
io.netty.resolver.dns.DnsServerAddressStreamProviders$DefaultProviderHolder,\
4848
io.netty.handler.ssl.OpenSslAsyncPrivateKeyMethod,\
49-
io.netty.util.internal.logging.Slf4JLoggerFactory,\
5049
io.netty.internal.tcnative.SSLPrivateKeyMethod,\
5150
io.netty.internal.tcnative.AsyncSSLPrivateKeyMethod,\
5251
io.netty.internal.tcnative.CertificateVerifier,\
@@ -56,4 +55,4 @@ io.netty.handler.ssl.BouncyCastleAlpnSslUtils,\
5655
io.vertx.core.eventbus.impl.clustered.ClusteredEventBus,\
5756
io.netty.channel.unix,\
5857
io.netty.channel.epoll,\
59-
io.netty.buffer.ByteBufUtil$HexUtil
58+
io.netty.buffer.ByteBufUtil$HexUtil

0 commit comments

Comments
 (0)