Announce subproject location before setting it

This commit is contained in:
ButterscotchVanilla
2021-07-21 17:39:45 -04:00
parent 6a9f42f126
commit 900e96a3a6

View File

@@ -19,8 +19,8 @@ def commonsDirs = [
for (commonsDir in commonsDirs) {
if (commonsDir.isDirectory()) {
project(':Slime Java Commons').projectDir = commonsDir
logger.info('\"Slime Java Commons\" subproject detected at \"{}\"', commonsDir.getCanonicalPath())
project(':Slime Java Commons').projectDir = commonsDir
break
}
}