[CALCITE-4853] Gradle could not determine the dependencies of task ':syncPreviewSiteRepo'

Upgrade vlsi-release-plugins to version 1.74 which has a workaround
for this error that comes from the upgrade to Gradle 7.0
diff --git a/gradle.properties b/gradle.properties
index 571cbcc..a24ae91 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -48,7 +48,7 @@
 com.github.burrunan.s3-build-cache.version=1.2
 com.github.johnrengelman.shadow.version=5.1.0
 com.github.spotbugs.version=2.0.0
-com.github.vlsi.vlsi-release-plugins.version=1.72
+com.github.vlsi.vlsi-release-plugins.version=1.74
 com.google.protobuf.version=0.8.10
 de.thetaphi.forbiddenapis.version=3.1
 kotlin.version=1.5.31