Add library-autoconfigure to gradle magic (#4929)

This commit is contained in:
Trask Stalnaker 2021-12-17 00:39:10 -08:00 committed by GitHub
parent dba6e429e4
commit d7756f1f2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -301,7 +301,7 @@ idea {
}
when (projectDir.name) {
"bootstrap", "javaagent", "library", "testing" -> {
"bootstrap", "javaagent", "library", "library-autoconfigure", "testing" -> {
// We don't use this group anywhere in our config, but we need to make sure it is unique per
// instrumentation so Gradle doesn't merge projects with same name due to a bug in Gradle.
// https://github.com/gradle/gradle/issues/847