Slackbot
11/26/2022, 4:41 PMEric Kolotyluk
11/26/2022, 4:42 PMChris Lee
11/26/2022, 4:43 PMapplicationDefaultJvmArgs += "--enable-preview"
applicationDefaultJvmArgs += "--add-modules"
applicationDefaultJvmArgs += "jdk.incubator.concurrent"
Chris Lee
11/26/2022, 4:45 PMapplicationDefaultJvmArgs.addAll(listOf("--enable-preview", "--add-modules", "jdk.incubator.concurrent"))
Eric Kolotyluk
11/26/2022, 4:45 PMeric.kolotyluk@Y2RCV7009N loom-laboratory % ./gradlew run
> Task :run
WARNING: Using incubator modules: jdk.incubator.concurrent
Hello world!
hello loom
BUILD SUCCESSFUL in 525ms
2 actionable tasks: 1 executed, 1 up-to-date
🥳Chris Lee
11/26/2022, 4:45 PMEric Kolotyluk
11/26/2022, 4:46 PMChris Lee
11/26/2022, 4:48 PMEric Kolotyluk
11/26/2022, 4:48 PMEric Kolotyluk
11/26/2022, 4:49 PM