Fix unit tests and correct several issues with hinting.

The packet registry tests are defunct, and will be rewritten at a future date.
This commit is contained in:
Andrew Steinborn
2020-12-14 14:31:19 -05:00
parent ef7f4871b8
commit 58294595f3
7 changed files with 39 additions and 165 deletions

View File

@@ -91,6 +91,10 @@ javadoc {
options.source = '8'
}
test {
useJUnitPlatform()
}
publishing {
publications {
mavenJava(MavenPublication) {