mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-02-05 17:46:59 +01:00
Add task for gradle test
This commit is contained in:
@@ -169,6 +169,11 @@ jar {
|
|||||||
destinationDirectory = file('.')
|
destinationDirectory = file('.')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
test {
|
||||||
|
useJUnitPlatform()
|
||||||
|
setMaxHeapSize('4G')
|
||||||
|
}
|
||||||
|
|
||||||
publishing {
|
publishing {
|
||||||
publications {
|
publications {
|
||||||
mavenJava(MavenPublication) {
|
mavenJava(MavenPublication) {
|
||||||
|
|||||||
Reference in New Issue
Block a user