Skip to content

Commit

Permalink
Add library-autoconfigure to gradle magic (open-telemetry#4929)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored and RashmiRam committed May 23, 2022
1 parent 582935a commit b159685
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b159685

Please sign in to comment.