remove tests as its no longer used

This commit is contained in:
mohammed jasem alaajel 2023-09-12 12:49:44 +04:00
parent 5020d3adef
commit b5a37c4263
No known key found for this signature in database
1 changed files with 0 additions and 6 deletions

View File

@ -32,8 +32,6 @@ dependencies {
api("net.kyori:adventure-text-serializer-plain:$adventureVersion") api("net.kyori:adventure-text-serializer-plain:$adventureVersion")
api("net.kyori:adventure-text-minimessage:$adventureVersion") api("net.kyori:adventure-text-minimessage:$adventureVersion")
// tests
testImplementation("junit:junit:4.13.2")
} }
description = "RedisBungee interfaces" description = "RedisBungee interfaces"
@ -74,10 +72,6 @@ tasks {
} }
test {
useJUnitPlatform()
}
compileJava { compileJava {
options.encoding = Charsets.UTF_8.name() options.encoding = Charsets.UTF_8.name()
options.release.set(17) options.release.set(17)