Build: set rootProject.name again (already present up until 1.16 and went missing afterwards)

This commit is contained in:
Patrick Huber 2022-03-26 18:59:13 +01:00
parent 95afaf3eac
commit 599aa42cd8
1 changed files with 3 additions and 1 deletions

View File

@ -37,4 +37,6 @@ pluginManagement {
}
mavenCentral()
}
}
}
rootProject.name = 'baritone'