mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 07:37:43 +00:00
Add task for gradle test
This commit is contained in:
parent
c8288d1446
commit
86aad96125
@ -169,6 +169,11 @@ jar {
|
||||
destinationDirectory = file('.')
|
||||
}
|
||||
|
||||
test {
|
||||
useJUnitPlatform()
|
||||
setMaxHeapSize('4G')
|
||||
}
|
||||
|
||||
publishing {
|
||||
publications {
|
||||
mavenJava(MavenPublication) {
|
||||
|
Loading…
Reference in New Issue
Block a user