Make sure unit tests actually run(!) and fix command hints

This commit is contained in:
Andrew Steinborn
2020-12-14 14:39:39 -05:00
parent 4f5c315ef8
commit 523b61e0c7
6 changed files with 40 additions and 23 deletions

View File

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