Move spotless plugin to delegate config

Project: http://git-wip-us.apache.org/repos/asf/beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/beam/commit/845487d4
Tree: http://git-wip-us.apache.org/repos/asf/beam/tree/845487d4
Diff: http://git-wip-us.apache.org/repos/asf/beam/diff/845487d4

Branch: refs/heads/master
Commit: 845487d453f818c0b3df6c164fcae6ba77b805a2
Parents: 143dcc2
Author: Scott Wegner <sweg...@google.com>
Authored: Thu Nov 2 13:56:06 2017 -0700
Committer: Luke Cwik <lc...@google.com>
Committed: Fri Nov 17 14:27:14 2017 -0800

----------------------------------------------------------------------
 build_rules.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/beam/blob/845487d4/build_rules.gradle
----------------------------------------------------------------------
diff --git a/build_rules.gradle b/build_rules.gradle
index 2c406df..f26bad5 100644
--- a/build_rules.gradle
+++ b/build_rules.gradle
@@ -109,7 +109,7 @@ ext.applyJavaNature = {
     maxErrors = 0
   }
 
-  apply plugin: 'com.diffplug.gradle.spotless'
+  delegate.apply plugin: 'com.diffplug.gradle.spotless'
   spotless {
     java {
       target rootProject.fileTree(rootProject.rootDir) {

Reply via email to