This message was deleted.
# community-support
s
This message was deleted.
j
Which Gradle release are you using? I think this issue is not longer present in 8.x
Otherwise, you would have to give one of the included builds another name. Like his: https://github.com/gradlex-org/build-parameters/blob/main/settings.gradle.kts#L4-L6
Copy code
includeBuild("gradle/plugins") {
        name = "build-parameters-gradle-plugins"
    }
e
Copy code
------------------------------------------------------------
Gradle 8.0.2
------------------------------------------------------------

Build time:   2023-03-03 16:41:37 UTC
Revision:     7d6581558e226a580d91d399f7dfb9e3095c2b1d

Kotlin:       1.8.10
Groovy:       3.0.13
Ant:          Apache Ant(TM) version 1.10.11 compiled on July 10 2021
JVM:          17.0.2 (Eclipse Adoptium 17.0.2+8)
OS:           Mac OS X 13.2.1 aarch64
I'll try bumping to 8.1, and if not, try your other suggestion. Thanks Jendrik 🙏
j
Np. 🤔 maybe there is something special in you setup. This is the related issue: https://github.com/gradle/gradle/issues/17228 (which should be in 8.0)
v
The according PR says 8.1 RC1
Ah, it should have been cherry-picked to 8.0 RC3