Add task for gradle test

This commit is contained in:
KingRainbow44 2023-03-31 23:37:50 -04:00
parent c8288d1446
commit 86aad96125
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

View File

@ -169,6 +169,11 @@ jar {
destinationDirectory = file('.') destinationDirectory = file('.')
} }
test {
useJUnitPlatform()
setMaxHeapSize('4G')
}
publishing { publishing {
publications { publications {
mavenJava(MavenPublication) { mavenJava(MavenPublication) {