You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by ik...@apache.org on 2019/08/25 17:13:53 UTC

[fineract-cn-mariadb] 23/37: Removed unused year and name variables

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

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

commit 20d881b16bca1cfd6041e9f460f9a8d3b52439ca
Author: Isaac Kamga <u2...@gmail.com>
AuthorDate: Mon Mar 5 21:57:12 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 0f42611..233fd31 100644
--- a/build.gradle
+++ b/build.gradle
@@ -80,6 +80,4 @@ license {
     mapping {
         java = 'SLASHSTAR_STYLE'
     }
-    ext.year = Calendar.getInstance().get(Calendar.YEAR)
-    ext.name = 'The Apache Software Foundation'
 }