Merge pull request #3 from Izakey/develop

Removed unused year and name variables
diff --git a/build.gradle b/build.gradle
index 04b42af..fa1f253 100644
--- a/build.gradle
+++ b/build.gradle
@@ -75,6 +75,4 @@
     mapping {
         java = 'SLASHSTAR_STYLE'
     }
-    ext.year = Calendar.getInstance().get(Calendar.YEAR)
-    ext.name = 'The Apache Software Foundation'
 }