Allow for enough memory when run from console.
This commit is contained in:
parent
e212c73ca8
commit
7366d87fbc
@ -43,6 +43,10 @@ jar {
|
|||||||
classifier = 'normal'
|
classifier = 'normal'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
test {
|
||||||
|
maxHeapSize = '4g'
|
||||||
|
}
|
||||||
|
|
||||||
uploadArchives {
|
uploadArchives {
|
||||||
repositories {
|
repositories {
|
||||||
mavenDeployer { pom.artifactId = 'queryrest' }
|
mavenDeployer { pom.artifactId = 'queryrest' }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user