Skip to content

Commit 6f9f0e7

Browse files
committed
Disambiguate 'signatures' configuration
Signed-off-by: Alexander Brandes <[email protected]>
1 parent 46d669d commit 6f9f0e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

build.gradle.kts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,12 @@ subprojects {
6565
plugin<IdeaPlugin>()
6666
}
6767

68+
configurations.matching { it.name == "signatures" }.configureEach {
69+
attributes {
70+
attribute(Attribute.of("signatures-unique", String::class.java), "true")
71+
}
72+
}
73+
6874
dependencies {
6975
// Tests
7076
testImplementation("org.junit.jupiter:junit-jupiter:5.13.4")

0 commit comments

Comments
 (0)