You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by vo...@apache.org on 2020/07/14 00:06:50 UTC

[fineract] branch develop updated: Update dependency com.diffplug.spotless:spotless-plugin-gradle to v5

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

vorburger pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new b3fb798  Update dependency com.diffplug.spotless:spotless-plugin-gradle to v5
b3fb798 is described below

commit b3fb7984f3bbaa1ffd6c905fc73cc4f9175a878a
Author: Manthan Surkar <ma...@gmail.com>
AuthorDate: Tue Jul 14 05:04:25 2020 +0530

    Update dependency com.diffplug.spotless:spotless-plugin-gradle to v5
---
 fineract-provider/build.gradle | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fineract-provider/build.gradle b/fineract-provider/build.gradle
index 1c7a6fa..19ed2f3 100644
--- a/fineract-provider/build.gradle
+++ b/fineract-provider/build.gradle
@@ -54,7 +54,7 @@ buildscript {
         classpath "gradle.plugin.com.github.andygoossens:gradle-modernizer-plugin:1.3.0"
         classpath "gradle.plugin.com.gorylenko.gradle-git-properties:gradle-git-properties:2.2.2"
         classpath "net.ltgt.gradle:gradle-errorprone-plugin:1.2.1"
-        classpath "com.diffplug.spotless:spotless-plugin-gradle:4.5.1"
+        classpath "com.diffplug.spotless:spotless-plugin-gradle:5.1.0"
         classpath "io.swagger.core.v3:swagger-gradle-plugin:2.1.3"
     }
 }
@@ -77,7 +77,7 @@ apply plugin: 'com.github.andygoossens.gradle-modernizer-plugin'
 apply plugin: 'jacoco'
 apply plugin: "com.gorylenko.gradle-git-properties"
 apply plugin: "net.ltgt.errorprone"
-apply plugin: "com.diffplug.gradle.spotless"
+apply plugin: "com.diffplug.spotless"
 apply plugin: "io.swagger.core.v3.swagger-gradle-plugin"
 
 dependencyManagement {