adjustments for Groovy 4 build
diff --git a/gradle/phase1.gradle b/gradle/phase1.gradle
index 07cea61..d0d4371 100644
--- a/gradle/phase1.gradle
+++ b/gradle/phase1.gradle
@@ -179,7 +179,7 @@
         if (!relVersion.startsWith('2.4')) {
             theArgs << '--no-build-cache'
         }
-        theArgs += ['publishAllPublicationsToApacheRepoRepository']
+        theArgs += ['publishAllPublicationsToApacheRepository']
         commandLine theArgs
     }
 }