Remove forking during tests

This commit is contained in:
themode 2022-02-13 18:09:01 +01:00
parent e774aec5fc
commit a25a764991
1 changed files with 2 additions and 3 deletions

View File

@ -21,8 +21,7 @@ tasks {
}
withType<Test> {
useJUnitPlatform()
// Present until tests all succeed without
maxParallelForks = Runtime.getRuntime().availableProcessors()
setForkEvery(1)
// Viewable packets make tracking harder. Could be re-enabled later.
jvmArgs("-Dminestom.viewable-packet=false")
}
}