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 265173e commit 079d0cdCopy full SHA for 079d0cd
modules/subprojects.gradle
@@ -11,6 +11,6 @@ new File('modules').eachDir { possibleSubprojectDir ->
11
def subproject = project(subprojectPath)
12
subproject.projectDir = possibleSubprojectDir
13
} else {
14
- println "***** WARNING: Found a module subdir without a build.gradle, corrupt dir? NOT including module *****"
+ println "***** WARNING: Found a module without a build.gradle, corrupt dir? NOT including $subprojectName *****"
15
}
16
0 commit comments