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 2019/10/09 07:39:24 UTC

[fineract-cn-async] 18/33: Removed unused year and name variables

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

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

commit 7f3dcb4e6bc1e51a21b65f2c0fa86b02da83f487
Author: Isaac Kamga <u2...@gmail.com>
AuthorDate: Mon Mar 5 21:59:54 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 04b42af..fa1f253 100644
--- a/build.gradle
+++ b/build.gradle
@@ -75,6 +75,4 @@ license {
     mapping {
         java = 'SLASHSTAR_STYLE'
     }
-    ext.year = Calendar.getInstance().get(Calendar.YEAR)
-    ext.name = 'The Apache Software Foundation'
 }