Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Nov 22, 2023
1 parent aa33b66 commit 654e3d9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 24 deletions.
23 changes: 0 additions & 23 deletions frameworks/Kotlin/hexagon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,3 @@ subprojects {
tasks.wrapper {
gradleVersion = "8.5-rc-3"
}

//extensions.configure<GraalVMExtension> {
// fun option(name: String, value: (String) -> String): String? =
// getProperty(name)?.let(value)
//
// binaries {
// named("main") {
// listOfNotNull(
// option("static") { "--static" },
// option("enableMonitoring") { "--enable-monitoring" },
// option("pgoInstrument") { "--pgo-instrument" },
// option("pgo") { "--pgo=../../../default.iprof" },
// )
// .forEach(buildArgs::add)
// }
// named("test") {
// listOfNotNull(
// option("pgoInstrument") { "--pgo-instrument" },
// )
// .forEach(buildArgs::add)
// }
// }
//}
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@ Args= \
-march=native \
--static \
--libc=musl \
--initialize-at-build-time=org.slf4j.LoggerFactory
--gc=G1 \
--enable-sbom \
--strict-image-heap \
--initialize-at-build-time=kotlin.SynchronizedLazyImpl \
--initialize-at-build-time=kotlin.UNINITIALIZED_VALUE \
--initialize-at-build-time=com.hexagonkt.core.ClasspathHandler$classLoader$2

0 comments on commit 654e3d9

Please sign in to comment.