Skip to content

Commit 8f1d2a8

Browse files
committed
added build script
1 parent c54abd1 commit 8f1d2a8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)