Skip to content

Commit

Permalink
Fixes annoying gradle idea plugin bug. The idea gradle plugin expects…
Browse files Browse the repository at this point in the history
… unique root project name for buildSrc in gradle composite builds

gradle/gradle#8920

[skip ci]
  • Loading branch information
geiralund committed Aug 6, 2019
1 parent 635268e commit 43f76d9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions buildSrc/settings.gradle.kts
@@ -0,0 +1,6 @@
/*
Fixes annoying gradle idea plugin bug. The idea gradle plugin expects unique root project name for buildSrc in gradle composite builds
https://github.com/gradle/gradle/issues/8920
*/

rootProject.name = rootProject.projectDir.parentFile.name + "-buildSrc"

0 comments on commit 43f76d9

Please sign in to comment.