We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b60945 commit 1479406Copy full SHA for 1479406
build.gradle
@@ -59,7 +59,7 @@ compileJava {
59
doFirst {
60
options.compilerArgs = [
61
'--module-path', classpath.asPath,
62
- "--patch-module", "$moduleName=${sourceSets["main"].output.asPath}"]
+ '--patch-module', "$moduleName=${sourceSets["main"].output.asPath}"]
63
classpath = files()
64
}
65
0 commit comments