Allow for enough memory when run from console.

This commit is contained in:
Fabian Märki 2019-03-06 14:06:14 +01:00
parent e212c73ca8
commit 7366d87fbc

View File

@ -43,6 +43,10 @@ jar {
classifier = 'normal' classifier = 'normal'
} }
test {
maxHeapSize = '4g'
}
uploadArchives { uploadArchives {
repositories { repositories {
mavenDeployer { pom.artifactId = 'queryrest' } mavenDeployer { pom.artifactId = 'queryrest' }