mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 11:44:42 +02:00
Fix/v6/click event actions (#3178)
Co-authored-by: NotMyFault <mc.cache@web.de> Co-authored-by: dordsor21 <dordsor21@gmail.com>
This commit is contained in:
@ -81,6 +81,7 @@ allprojects {
|
||||
dependencies {
|
||||
// Tests
|
||||
testImplementation("junit:junit:4.13.2")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter:5.7.2")
|
||||
}
|
||||
|
||||
plugins.withId("java") {
|
||||
@ -215,7 +216,11 @@ allprojects {
|
||||
named("build") {
|
||||
dependsOn(named("shadowJar"))
|
||||
}
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
Reference in New Issue
Block a user