This is an automated email from the ASF dual-hosted git repository.
jbarrett 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 663ec12 GEODE-5363: Use dependencies over plugins in gradle.
663ec12 is described below
commit 663ec126f0e05fd3bc34e8469cc4d76a553b49d6
Author: Jacob Barrett <[email protected]>
AuthorDate: Wed Jul 18 13:51:17 2018 -0700
GEODE-5363: Use dependencies over plugins in gradle.
---
build.gradle | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/build.gradle b/build.gradle
index 0ad19a9..df7a04c 100755
--- a/build.gradle
+++ b/build.gradle
@@ -32,13 +32,10 @@ buildscript {
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"
}
}
-plugins {
- id "nebula.facet" version "4.0.1"
-}
-
apply plugin: 'wrapper'
apply plugin: 'com.gradle.build-scan'
apply plugin: 'nebula.facet'