mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2025-04-20 01:27:07 +00:00
remove tests as its no longer used
This commit is contained in:
parent
5020d3adef
commit
b5a37c4263
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user