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 1fc4523 commit ac8a7dbCopy full SHA for ac8a7db
example-jpms/build.gradle.kts
@@ -14,6 +14,6 @@ dependencies {
14
tasks {
15
compileJava {
16
// TODO: This is a workaround. JPMS-compatible modules can’t be built with the Doma Compile Plugin.
17
- options.sourcepath = files(sourceSets["main"].java.srcDirs + sourceSets["main"].resources.srcDirs)
+ options.sourcepath = files(options.sourcepath, sourceSets["main"].java.srcDirs)
18
}
19
0 commit comments