2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-04 20:38:02 +00:00

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

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)