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:
parent
e70a6e305c
commit
d1d848fa8c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user