1 parent 06c6bf4 commit c6f839bCopy full SHA for c6f839b
1 file changed
hello/build.gradle
@@ -17,7 +17,4 @@ dependencies {
17
application {
18
mainModule = 'com.ak.app'
19
mainClass = 'com.ak.app.MainApp'
20
- applicationDefaultJvmArgs = [
21
- '--add-opens', 'java.base/jdk.internal.module=ALL-UNNAMED'
22
- ]
23
}
0 commit comments