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

[fineract-cn-api] 23/44: Removed unused year and name variables

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

juhan pushed a commit to branch spring_boot_2
in repository https://gitbox.apache.org/repos/asf/fineract-cn-api.git

commit 482267dbf8abf9415540a97842cb7518e1fc176d
Author: Isaac Kamga <u2...@gmail.com>
AuthorDate: Mon Mar 5 21:50:57 2018 +0100

    Removed unused year and name variables
---
 build.gradle | 2 --
 1 file changed, 2 deletions(-)

diff --git a/build.gradle b/build.gradle
index ba6b763..80213cf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -82,6 +82,4 @@ license {
     mapping {
         java = 'SLASHSTAR_STYLE'
     }
-    ext.year = Calendar.getInstance().get(Calendar.YEAR)
-    ext.name = 'The Apache Software Foundation'
 }