Fix build.gradle log call
This commit is contained in:
parent
a6a41f5cec
commit
d1d8e305ed
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ tasks.register("javadocAll", Javadoc) {
|
|||
|
||||
// Fix module collisions
|
||||
doFirst {
|
||||
Logger.log(LogLevel.WARN, "If this task fails, make sure to reset all module-info.java files using git or you may encounter issues.")
|
||||
getLogger().log(LogLevel.WARN, "If this task fails, make sure to reset all module-info.java files using git or you may encounter issues.")
|
||||
|
||||
for (String subproject : subprojects) {
|
||||
File source = new File(project(subproject).projectDir.getPath() + "/src/main/java/module-info.java")
|
||||
|
|
Loading…
Reference in a new issue