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-async.git
commit 7f3dcb4e6bc1e51a21b65f2c0fa86b02da83f487 Author: Isaac Kamga <[email protected]> AuthorDate: Mon Mar 5 21:59:54 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 04b42af..fa1f253 100644 --- a/build.gradle +++ b/build.gradle @@ -75,6 +75,4 @@ license { mapping { java = 'SLASHSTAR_STYLE' } - ext.year = Calendar.getInstance().get(Calendar.YEAR) - ext.name = 'The Apache Software Foundation' }
