With Gradle 7.5, I’m seeing a warning: `Project ac...
# community-support
c
With Gradle 7.5, I’m seeing a warning:
Project accessors enabled, but root project name not explicitly set for 'buildSrc'
I found the related issue, but it isn’t clear to me what action I should take. Am I supposed to add a
settings.gradle.kts
to my buildSrc directory declaring
rootProject.name = "buildSrc"
? Since this name is used for the cache, I’m not clear if it needs to be different for each Gradle project on the same system.