Restore server disconnect messages.

This commit is contained in:
Andrew Steinborn
2020-06-23 21:56:59 -04:00
parent 24cd1f4da0
commit fd231c71fd
7 changed files with 24 additions and 18 deletions

View File

@@ -15,9 +15,6 @@ allprojects {
group 'com.velocitypowered'
version '1.1.0-SNAPSHOT'
sourceCompatibility = 1.8
targetCompatibility = 1.8
ext {
// dependency versions
textVersion = '3.0.3'
@@ -41,6 +38,11 @@ allprojects {
}
}
java {
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
}
repositories {
mavenLocal()
mavenCentral()