Skip to content

Commit

Permalink
add jvm args for application
Browse files Browse the repository at this point in the history
  • Loading branch information
shaikhu committed Nov 10, 2024
1 parent 36b7ec7 commit f3df921
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions indexing/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {

application {
mainClass = 'lia.VerboseIndexing'
applicationDefaultJvmArgs = ["--enable-native-access=ALL-UNNAMED", "--add-modules", "jdk.incubator.vector"]
}

dependencies {
Expand Down

0 comments on commit f3df921

Please sign in to comment.