mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-04-08 16:10:26 +00:00
implement the ProxyManager
untested
This commit is contained in:
@@ -6,7 +6,7 @@ plugins {
|
||||
|
||||
subprojects {
|
||||
apply { plugin("com.diffplug.spotless") }
|
||||
apply { plugin("java-library")}
|
||||
apply { plugin("java-library") }
|
||||
|
||||
java {
|
||||
toolchain {
|
||||
@@ -33,6 +33,9 @@ subprojects {
|
||||
} else {
|
||||
licenseHeaderFile(rootProject.file("copyright_header.txt"))
|
||||
}
|
||||
if (project.name == "valiobungee-core") {
|
||||
targetExclude("**/net/limework/valiobungee/core/proto/**")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user