Move tests and create a command to run all tests
This commit is contained in:
@@ -68,6 +68,7 @@ val sourcesJar by tasks.creating(Jar::class) {
|
||||
tasks.test {
|
||||
useJUnit()
|
||||
useJUnitPlatform()
|
||||
systemProperty("junit.jupiter.execution.parallel.enabled", true)
|
||||
// maxHeapSize = "1G"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user