remove tests as its no longer used

This commit is contained in:
mohammed jasem alaajel 2023-09-12 12:49:44 +04:00 committed by mohammed jasem alaajel
parent e70a6e305c
commit d1d848fa8c
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-minimessage:$adventureVersion")
// tests
testImplementation("junit:junit:4.13.2")
}
description = "RedisBungee interfaces"
@ -74,10 +72,6 @@ tasks {
}
test {
useJUnitPlatform()
}
compileJava {
options.encoding = Charsets.UTF_8.name()
options.release.set(17)