This is an automated email from the ASF dual-hosted git repository. ikamga pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-mariadb.git
commit 20d881b16bca1cfd6041e9f460f9a8d3b52439ca Author: Isaac Kamga <[email protected]> AuthorDate: Mon Mar 5 21:57:12 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 0f42611..233fd31 100644 --- a/build.gradle +++ b/build.gradle @@ -80,6 +80,4 @@ license { mapping { java = 'SLASHSTAR_STYLE' } - ext.year = Calendar.getInstance().get(Calendar.YEAR) - ext.name = 'The Apache Software Foundation' }
