This is an automated email from the ASF dual-hosted git repository. awasum pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-group.git
commit cc472fc6fbe93d9862aaf4ee987f7bee773bc31d Author: Isaac Kamga <[email protected]> AuthorDate: Mon Mar 5 21:19:16 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 967c06f..06e2e4b 100644 --- a/shared.gradle +++ b/shared.gradle @@ -65,6 +65,4 @@ license { yaml = 'SCRIPT_STYLE' uxf = 'XML_STYLE' } - ext.year = Calendar.getInstance().get(Calendar.YEAR) - ext.name = 'The Apache Software Foundation' }
