build: remove some now not needed groovy flags
Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/3a9704c7 Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/3a9704c7 Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/3a9704c7 Branch: refs/heads/develop Commit: 3a9704c7237a1e08fd2d37884504d704aa9c5203 Parents: ada2f24 Author: Paul Merlin <[email protected]> Authored: Thu Nov 3 19:16:36 2016 +0100 Committer: Paul Merlin <[email protected]> Committed: Thu Nov 3 19:16:36 2016 +0100 ---------------------------------------------------------------------- build.gradle | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/zest-java/blob/3a9704c7/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 5388bcd..c44e645 100644 --- a/build.gradle +++ b/build.gradle @@ -24,9 +24,6 @@ project.ext { title = "Apache Zest⢠(Java Edition) SDK" description = "Apache Zest⢠(Java Edition) is a framework for domain centric application development, including evolved concepts from AOP, DI and DDD." mainClassName = 'org.apache.zest.container.Main' - groovycMain_mx = "700m" - groovycMain_permSize = "512m" - groovycMain_maxPermSize = "512m" } buildscript {
