Skip to content

Commit c6f839b

Browse files
committed
Remove applicationDefaultJvmArgs
1 parent 06c6bf4 commit c6f839b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

hello/build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,4 @@ dependencies {
1717
application {
1818
mainModule = 'com.ak.app'
1919
mainClass = 'com.ak.app.MainApp'
20-
applicationDefaultJvmArgs = [
21-
'--add-opens', 'java.base/jdk.internal.module=ALL-UNNAMED'
22-
]
2320
}

0 commit comments

Comments
 (0)