Disable Gradle daemon, since a new container for each build is
spawned and the daemon can't be reused anyway.
Remove CPU resource constraint, since default is sufficient.
Remove memory options for GWT compile. Works also without and
potentially causes problems in memory limited containers, esp. when
minHeapSize can't be assured.
Remove cleanup of Maven repo: Not necessary when running in a
container. The Maven repo is always empty at beginning.
Remove memory settings for GWT compile task: Potentially causes
problems in memory limited container
Disable Gradle daemon, since a new container for each build is spawned and the daemon can't be reused anyway.
Remove CPU resource constraint, since default is sufficient.
Remove memory options for GWT compile. Works also without and potentially causes problems in memory limited containers, esp. when minHeapSize can't be assured.
Remove cleanup of Maven repo: Not necessary when running in a container. The Maven repo is always empty at beginning.
Remove memory settings for GWT compile task: Potentially causes problems in memory limited container
Signed-off-by: Karsten Thoms karsten.thoms@itemis.de