This is an automated email from the ASF dual-hosted git repository.
upthewaterspout pushed a commit to branch concourse-staging
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/concourse-staging by this push:
new eb7a045 GEODE-5615: Removing gradle build scan plugin
eb7a045 is described below
commit eb7a0451db2eb17caa4d8c52a08939e9d19578bb
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 {