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

@@ -21,6 +21,10 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-engine:${junitVersion}"
}
test {
useJUnitPlatform()
}
publishing {
publications {
mavenJava(MavenPublication) {