Skip to content

Commit

Permalink
Push works
Browse files Browse the repository at this point in the history
  • Loading branch information
cheroliv committed Sep 27, 2024
1 parent be67132 commit e6a7df9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ tasks.named<Task>("check") { dependsOn(functionalTest) }
tasks.named<Test>("test") { useJUnitPlatform() }

tasks.withType<JavaExec> {
jvmArgs = listOf(
jvmArgs = setOf(
"--add-modules=jdk.incubator.vector",
"--enable-native-access=ALL-UNNAMED",
"--enable-preview"
)
).toList()
}

//kotlin { jvmToolchain(JavaVersion.VERSION_21.ordinal) }

0 comments on commit e6a7df9

Please sign in to comment.