mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-12-03 08:38:46 +01:00
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:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user