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/19 18:08:58 UTC

[fineract-cn-permitted-feign-client] 17/36: Removed unused year and name variables

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

juhan pushed a commit to branch 0.1.x
in repository https://gitbox.apache.org/repos/asf/fineract-cn-permitted-feign-client.git

commit 1ea6c924ed27d06ecbbf82c7e9a9c49d8e5a830f
Author: Isaac Kamga <u2...@gmail.com>
AuthorDate: Mon Mar 5 20:56:02 2018 +0100

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

diff --git a/shared.gradle b/shared.gradle
index 78aaecf..c7a6d95 100644
--- a/shared.gradle
+++ b/shared.gradle
@@ -72,8 +72,6 @@ license {
         yml = 'SCRIPT_STYLE'
         yaml = 'SCRIPT_STYLE'
     }
-    ext.year = Calendar.getInstance().get(Calendar.YEAR)
-    ext.name = 'The Apache Software Foundation'
 }
 
 task ci(dependsOn: ['clean', 'test', 'publish'])