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:
Hannes Greule
2021-08-08 13:28:43 +02:00
committed by GitHub
parent 5ab8d50b86
commit 3b2a04e4db
17 changed files with 414 additions and 24 deletions

View File

@ -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 {