Skip to content

Commit

Permalink
adding dependencies (remove later)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivrlee committed Aug 4, 2023
1 parent 8c60031 commit a706f06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,7 @@ allprojects {

repositories {
// RAT and Autostyle dependencies
// mavenLocal()
mavenCentral()
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=<int> 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=<path>
Expand Down

0 comments on commit a706f06

Please sign in to comment.