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

@@ -13,6 +13,10 @@ java {
targetCompatibility = JavaVersion.VERSION_1_8
}
test {
useJUnitPlatform()
}
jar {
manifest {
def buildNumber = System.getenv("BUILD_NUMBER") ?: "unknown"