[Build] Rename project build.gradle to {project.name}.gradle
This commit is contained in:
@@ -30,6 +30,9 @@ include 'integration-tests'
|
||||
|
||||
rootProject.name = "spring-pulsar-dist"
|
||||
|
||||
rootProject.children.findAll { !it.name.startsWith('sample-') }
|
||||
.each {project -> project.buildFileName = "${project.name}.gradle" }
|
||||
|
||||
settings.gradle.projectsLoaded {
|
||||
gradleEnterprise {
|
||||
buildScan {
|
||||
|
||||
Reference in New Issue
Block a user