File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
plugins/project/src/main/kotlin/common Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ otel-instr-alpha = "2.21.0-alpha"
7575otel-semconv = " 1.37.0"
7676otel-contrib = " 1.51.0-alpha"
7777otel-kotlin = " 0.7.0"
78- jackson = " 3.0.0 "
78+ jackson = " 3.0.1 "
7979bc = " 1.82"
8080okio = " 3.16.2"
8181ayza = " 10.0.1"
Original file line number Diff line number Diff line change @@ -229,8 +229,6 @@ val Project.runJvmArgs
229229 addAll(defaultJvmArgs)
230230 addAll(
231231 listOf (
232- " --show-version" ,
233- " -XX:+PrintCommandLineFlags" ,
234232 " --enable-native-access=ALL-UNNAMED" ,
235233 // "--illegal-native-access=warn",
236234 // "--sun-misc-unsafe-memory-access=warn",
@@ -295,6 +293,8 @@ val Project.runJvmArgs
295293 " -Dcom.sun.management.jmxremote.authenticate=false" ,
296294 " -Dcom.sun.management.jmxremote.ssl=false" ,
297295 " -Djava.rmi.server.hostname=0.0.0.0" ,
296+ // "--show-version",
297+ // "-XX:+PrintCommandLineFlags",
298298 // "-XX:+UseLargePages",
299299 // "-XX:+UseEpsilonGC",
300300 // "-XX:+AlwaysPreTouch",
You can’t perform that action at this time.
0 commit comments