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-payroll.git
commit 173d3151eb031d536f4646a962896d310e60d237 Author: Isaac Kamga <[email protected]> AuthorDate: Mon Mar 5 21:33:12 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 b8a3316..68c1b02 100644 --- a/shared.gradle +++ b/shared.gradle @@ -67,6 +67,4 @@ license { yml = 'SCRIPT_STYLE' yaml = 'SCRIPT_STYLE' } - ext.year = Calendar.getInstance().get(Calendar.YEAR) - ext.name = 'The Apache Software Foundation' }
