This is an automated email from the ASF dual-hosted git repository.
upthewaterspout pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new c435bc7 GEODE-5615: Removing gradle build scan plugin
c435bc7 is described below
commit c435bc786bdef53f54d2507664bc2b1879321cbe
Author: Dan Smith <[email protected]>
AuthorDate: Wed Aug 22 13:03:44 2018 -0700
GEODE-5615: Removing gradle build scan plugin
Based on heap dumps from a gradle daemon that was close to running out
of memory, all of it's memory is full of build scan related objects,
including what looks like all of the test standard out.
---
build.gradle | 2 --
1 file changed, 2 deletions(-)
diff --git a/build.gradle b/build.gradle
index 243b252..674621d 100755
--- a/build.gradle
+++ b/build.gradle
@@ -31,13 +31,11 @@ buildscript {
classpath "me.champeau.gradle:jmh-gradle-plugin:0.3.1"
classpath "com.pedjak.gradle.plugins:dockerized-test:0.5.6.2-SNAPSHOT"
classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
- classpath "com.gradle:build-scan-plugin:1.13.4"
classpath "com.netflix.nebula:nebula-project-plugin:4.0.1"
}
}
apply plugin: 'wrapper'
-apply plugin: 'com.gradle.build-scan'
apply plugin: 'nebula.facet'
wrapper {