Make sure unit tests actually run(!) and fix command hints
This commit is contained in:
@@ -98,6 +98,10 @@ javadoc {
|
||||
options.source = '8'
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
|
Reference in New Issue
Block a user