You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by re...@apache.org on 2019/01/16 23:56:15 UTC

[beam] branch master updated: Turn off spotless paddedCell

This is an automated email from the ASF dual-hosted git repository.

reuvenlax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/master by this push:
     new 154b18c  Turn off spotless paddedCell
     new 94322f3  Merge pull request #7531: [BEAM-6447] Turn off spotless paddedCell
154b18c is described below

commit 154b18c6c7c9046c172f0c4d84fbfc67f0b64261
Author: Kenneth Knowles <kl...@google.com>
AuthorDate: Tue Jan 15 20:23:47 2019 -0800

    Turn off spotless paddedCell
---
 .../src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy     | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index eb8a57d..48a1470 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -730,9 +730,6 @@ class BeamModulePlugin implements Plugin<Project> {
         java {
           licenseHeader javaLicenseHeader
           googleJavaFormat('1.7')
-
-          // Details see: https://github.com/diffplug/spotless/blob/master/PADDEDCELL.md
-          paddedCell()
         }
       }