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-template.git
commit dfa46d62bf93f0a1e59a34b4ca43999b6224efd5 Author: Isaac Kamga <[email protected]> AuthorDate: Mon Mar 5 21:23:04 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 6542efb..afa045a 100644 --- a/shared.gradle +++ b/shared.gradle @@ -65,6 +65,4 @@ license { yml = 'SCRIPT_STYLE' yaml = 'SCRIPT_STYLE' } - ext.year = Calendar.getInstance().get(Calendar.YEAR) - ext.name = 'The Apache Software Foundation' }
