Browse Source

Fix build warnings

See gh-32725
pull/32754/head
Brian Clozel 2 years ago
parent
commit
b8bc780365
  1. 2
      settings.gradle

2
settings.gradle

@ -42,7 +42,7 @@ rootProject.children.each {project -> @@ -42,7 +42,7 @@ rootProject.children.each {project ->
}
settings.gradle.projectsLoaded {
gradleEnterprise {
develocity {
buildScan {
File buildDir = settings.gradle.rootProject.getBuildDir()
buildDir.mkdirs()

Loading…
Cancel
Save