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-api.git
commit 482267dbf8abf9415540a97842cb7518e1fc176d Author: Isaac Kamga <[email protected]> AuthorDate: Mon Mar 5 21:50:57 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 ba6b763..80213cf 100644 --- a/build.gradle +++ b/build.gradle @@ -82,6 +82,4 @@ license { mapping { java = 'SLASHSTAR_STYLE' } - ext.year = Calendar.getInstance().get(Calendar.YEAR) - ext.name = 'The Apache Software Foundation' }
