This is an automated email from the ASF dual-hosted git repository.
zabetak pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/calcite.git
The following commit(s) were added to refs/heads/master by this push:
new 9330b30 [CALCITE-4853] Gradle could not determine the dependencies of
task ':syncPreviewSiteRepo'
9330b30 is described below
commit 9330b305918ded1ed865d0b1db4d773ee521975c
Author: Stamatis Zampetakis <[email protected]>
AuthorDate: Fri Oct 15 11:15:22 2021 +0200
[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
---
gradle.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle.properties b/gradle.properties
index 571cbcc..a24ae91 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -48,7 +48,7 @@ com.github.autostyle.version=3.0
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