Skip to content

Commit 43dcc3b

Browse files
committed
chore: dep updates and gradle wrapper bump to 9.1.0-rc-3
1 parent ca77448 commit 43dcc3b

File tree

4 files changed

+9
-14
lines changed

4 files changed

+9
-14
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ kotlin-jvmtarget = "21"
66
kotlin-dsl-jvmtarget = "21"
77
kotlin-api-version = "2.3"
88
kotlin-lang-version = "2.3"
9-
gradle = "9.1.0-rc-2"
9+
gradle = "9.1.0-rc-3"
1010
java-vendor = "Oracle"
1111
java-jvmargs = "--enable-preview"
1212
java-addmodules = "jdk.incubator.vector"
@@ -172,7 +172,7 @@ async-profiler = "4.1"
172172
ap-loader-all = "4.1-10"
173173
openjdk-jmc = "9.1.0"
174174
airlift-aircompressor = "2.0.2"
175-
airlift-security = "352"
175+
airlift-security = "353"
176176
directory-keystore = "1.1.1"
177177
maven-mima = "3.0.0-alpha-3"
178178
maven-archeologist = "0.0.10"
@@ -219,7 +219,7 @@ compose-icons = "1.1.1"
219219
compose-routing = "0.4.0"
220220
kottie = "2.0.1"
221221
mosaic = "0.18.0"
222-
filekit-dialogs = "0.10.0"
222+
filekit-dialogs = "0.11.0"
223223

224224
# NPM Dependencies
225225
npm-highlightjs = "11.11.1"
@@ -254,7 +254,7 @@ github-depgraph = "0.1.0"
254254
github-changelog = "2.2.0"
255255
wire-plugin = "5.4.0"
256256
buildkonfig = "0.17.1"
257-
gmazzo-buildconfig = "5.6.7"
257+
gmazzo-buildconfig = "5.6.8"
258258
cyclonedx-plugin = "1.10.0"
259259
modulegraph = "0.12.1"
260260
exposed-plugin = "0.2.1"

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-rc-2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-rc-3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

plugins/project/src/main/kotlin/common/ProjectExtns.kt

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ val Project.runJvmArgs
232232
"--show-version",
233233
"-XX:+PrintCommandLineFlags",
234234
"--enable-native-access=ALL-UNNAMED",
235+
// "--illegal-native-access=warn",
236+
// "--sun-misc-unsafe-memory-access=warn",
235237
"-Xmx128M",
236238
"-XX:+UseZGC",
237239
"-XX:+UnlockExperimentalVMOptions",
@@ -298,9 +300,6 @@ val Project.runJvmArgs
298300
// "-XX:+AlwaysPreTouch",
299301
// "-XX:+UseStringDeduplication",
300302
// "-XX:+UseCompactObjectHeaders",
301-
// "--illegal-native-access=warn",
302-
// "--sun-misc-unsafe-memory-access=warn",
303-
// "--finalization=enabled",
304303
// "-XX:OnOutOfMemoryError='kill -9 %p'",
305304
// "-ea",
306305
// "-XshowSettings:vm",
@@ -341,17 +340,11 @@ val Project.runJvmArgs
341340
// "-Djsse.enableSNIExtension=false",
342341
// "-Djdk.tls.client.enableCAExtension=true",
343342
// ----- Misc -----
344-
// "-Djava.security.manager=allow",
345-
// "-Dfile.encoding=COMPAT", // uses '-Dnative.encoding'
346343
// "-Djdbc.drivers=org.postgresql.Driver",
347344
// "-Djava.io.tmpdir=/var/data/tmp",
348-
// "-Djava.locale.providers=COMPAT,CLDR",
349-
// "-Djdk.lang.Process.launchMechanism=vfork",
350345
// "-Djdk.virtualThreadScheduler.parallelism=10",
351346
// "-Djdk.virtualThreadScheduler.maxPoolSize=256",
352347
// "--add-exports=java.management/sun.management=ALL-UNNAMED",
353-
// "--add-exports=jdk.attach/sun.tools.attach=ALL-UNNAMED",
354-
// "--add-opens=java.base/java.net=ALL-UNNAMED",
355348
// "--add-opens=jdk.attach/sun.tools.attach=ALL-UNNAMED",
356349
// "--patch-module java.base="$DIR/jsr166.jar",
357350
// "-javaagent:path/to/glowroot.jar",

sandbox/gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ org.gradle.configuration-cache.parallel=true
99
org.gradle.configuration-cache.problems=warn
1010
org.gradle.kotlin.dsl.allWarningsAsErrors=true
1111
org.gradle.unsafe.isolated-projects=false
12+
# org.gradle.configuration-cache.read-only=true
1213
# org.gradle.logging.stacktrace=all
1314

1415
## Kotlin
@@ -28,6 +29,7 @@ kotlin.js.yarn=false
2829
kotlin.incremental.native=true
2930
kotlin.native.binary.gc=cms
3031
kotlin.native.ignoreDisabledTargets=true
32+
kotlin.native.binary.smallBinary=true
3133
kotlin.native.enableKlibsCrossCompilation=true
3234
# kotlin.native.toolchain.enabled=false
3335
# kotlin.mpp.enableCInteropCommonization=true

0 commit comments

Comments
 (0)