Removed unused year and name variables
diff --git a/build.gradle b/build.gradle
index d98455f..f1e55de 100644
--- a/build.gradle
+++ b/build.gradle
@@ -63,8 +63,6 @@
     mapping {
         java = 'SLASHSTAR_STYLE'
     }
-    ext.year = Calendar.getInstance().get(Calendar.YEAR)
-    ext.name = 'The Apache Software Foundation'
 }
 
 publishing {