Skip to content

Commit

Permalink
adjust snapshot script to use artifact registry
Browse files Browse the repository at this point in the history
  • Loading branch information
tanclary committed Nov 15, 2024
1 parent 6d827be commit 30c0f0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kotlin.parallel.tasks.in.project=true
# This is version for Calcite Avatica 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.avatica.version=1.24.1-looker
calcite.avatica.version=1.24.1-tanner-looker

# 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
4 changes: 2 additions & 2 deletions looker-snapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ function snapshot_upload {
-Dpackaging=jar \
-Dfile="$3" \
-DgeneratePom=true \
-DrepositoryId=nexus \
-Durl=https://nexusrepo.looker.com/repository/maven-snapshots/
-DrepositoryId=artifact-registry \
-Durl=https://us-maven.pkg.dev/prow-build-looker/looker-maven-snapshots
}

./gradlew build && ./gradlew jar && ./gradlew generatePom && (
Expand Down

0 comments on commit 30c0f0b

Please sign in to comment.