We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54abd1 commit 8f1d2a8Copy full SHA for 8f1d2a8
build.sh
@@ -0,0 +1,7 @@
1
+#!/usr/bin/env bash
2
+
3
+git remote add upstream https://github.com/googleapis/java-spanner.git
4
+git pull upstream main --no-rebase
5
6
+mvn com.coveo:fmt-maven-plugin:format
7
+mvn clean verify
0 commit comments