Update Gradle to v9 (#4768)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Alexander Brandes <mc.cache@web.de>
This commit is contained in:
renovate[bot]
2025-10-13 22:43:06 +02:00
committed by GitHub
parent 622c9f1d13
commit 255959232b
5 changed files with 9 additions and 7 deletions

View File

@@ -65,6 +65,12 @@ subprojects {
plugin<IdeaPlugin>()
}
configurations.matching { it.name == "signatures" }.configureEach {
attributes {
attribute(Attribute.of("signatures-unique", String::class.java), "true")
}
}
dependencies {
// Tests
testImplementation("org.junit.jupiter:junit-jupiter:5.14.0")