This is an automated email from the ASF dual-hosted git repository.
udo pushed a commit to branch feature/GEODE-4791
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/feature/GEODE-4791 by this
push:
new f1f697f Cleaning up gradle
f1f697f is described below
commit f1f697f8a3b541ad0040bf5a8dd2b8174a7b3595
Author: Udo Kohlmeyer <[email protected]>
AuthorDate: Mon Apr 16 16:28:04 2018 -0700
Cleaning up gradle
---
build.gradle | 2 +-
extensions/geode-modules-assembly/build.gradle | 5 -----
2 files changed, 1 insertion(+), 6 deletions(-)
diff --git a/build.gradle b/build.gradle
index db21bba..8c20233 100755
--- a/build.gradle
+++ b/build.gradle
@@ -27,7 +27,7 @@ buildscript {
classpath "gradle.plugin.org.nosphere.apache:creadur-rat-gradle:0.3.1"
classpath 'com.bmuschko:gradle-nexus-plugin:2.3.1'
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.6.1'
- classpath "com.diffplug.gradle.spotless:spotless-plugin-gradle:3.10.0"
+ classpath "com.diffplug.spotless:spotless-plugin-gradle:3.10.0"
classpath "me.champeau.gradle:jmh-gradle-plugin:0.4.4"
classpath "com.pedjak.gradle.plugins:dockerized-test:0.5.6-SNAPSHOT"
classpath 'com.github.ben-manes:gradle-versions-plugin:0.17.0'
diff --git a/extensions/geode-modules-assembly/build.gradle
b/extensions/geode-modules-assembly/build.gradle
index f83303d..e874f80 100644
--- a/extensions/geode-modules-assembly/build.gradle
+++ b/extensions/geode-modules-assembly/build.gradle
@@ -17,11 +17,6 @@
import org.apache.tools.ant.filters.ReplaceTokens
-configurations {
- slf4jDeps
- moduleDistOutputs
-}
-
jar.enabled = true
extraArchive {
sources = false
--
To stop receiving notification emails like this one, please contact
[email protected].