diff --git a/build.gradle.kts b/build.gradle.kts index f618a9934071..748185e6d2c5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -329,6 +329,7 @@ allprojects { repositories { // RAT and Autostyle dependencies + // mavenLocal() mavenCentral() } diff --git a/gradle.properties b/gradle.properties index e5b27ad28662..370d5b149be3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -27,9 +27,9 @@ systemProp.org.gradle.internal.publish.checksums.insecure=true # This is version for Calcite itself # Note: it should not include "-SNAPSHOT" as it is automatically added by build.gradle.kts # Release version can be generated by using -Prelease or -Prc= arguments -calcite.version=1.35.0 +calcite.version=1.34.5-looker-oliverlee-metadata-tables12 # This is a version to be used from Maven repository. It can be overridden by localAvatica below -calcite.avatica.version=1.23.3-looker-SNAPSHOT +calcite.avatica.version=1.24.0-oliverlee-metadata-tables7-SNAPSHOT # The options below configures the use of local clone (e.g. testing development versions) # You can pass un-comment it, or pass option -PlocalReleasePlugins, or -PlocalReleasePlugins=