Grab most of the low-hanging fruit.

This commit is contained in:
Andrew Steinborn
2018-12-29 17:22:36 -05:00
parent f898b766f1
commit 89bcc9a100
23 changed files with 143 additions and 44 deletions

View File

@@ -20,6 +20,10 @@ jar {
}
}
tasks.withType(Checkstyle) {
exclude('**/com/velocitypowered/proxy/protocol/packet/*.java')
}
dependencies {
// Note: we depend on the API twice, first the main sourceset, and then the annotation processor.
compile project(':velocity-api')