Skip to content

Commit 1479406

Browse files
committed
fixed Gradle JPMS
1 parent 2b60945 commit 1479406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ compileJava {
5959
doFirst {
6060
options.compilerArgs = [
6161
'--module-path', classpath.asPath,
62-
"--patch-module", "$moduleName=${sourceSets["main"].output.asPath}"]
62+
'--patch-module', "$moduleName=${sourceSets["main"].output.asPath}"]
6363
classpath = files()
6464
}
6565
}

0 commit comments

Comments
 (0)