diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index f1867b5..de9173d 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -12,5 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. docker: - digest: sha256:1ec28a46062b19135b11178ceee60231e5f5a92dab454e23ae0aab72cd875906 - image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest \ No newline at end of file + image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest + digest: sha256:d4b80feffe1579818cdc39466152e9de95789a193408506cd4a1ffbe8804dc00 +# created: 2022-07-13T13:53:17.676447481Z diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 83ef7f9..e3bb26e 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -39,6 +39,8 @@ jobs: windows: runs-on: windows-latest steps: + - name: Support longpaths + run: git config --system core.longpaths true - uses: actions/checkout@v3 - uses: actions/setup-java@v3 with: diff --git a/.kokoro/release/stage.sh b/.kokoro/release/stage.sh index 77dc4e8..1dba8de 100755 --- a/.kokoro/release/stage.sh +++ b/.kokoro/release/stage.sh @@ -32,6 +32,7 @@ retry_with_backoff 3 10 \ mvn clean deploy -B \ --settings ${MAVEN_SETTINGS_FILE} \ -DskipTests=true \ + -Dclirr.skip=true \ -DperformRelease=true \ -Dgpg.executable=gpg \ -Dgpg.passphrase=${GPG_PASSPHRASE} \ @@ -42,4 +43,4 @@ then mvn nexus-staging:release -B \ -DperformRelease=true \ --settings=settings.xml -fi \ No newline at end of file +fi diff --git a/README.md b/README.md index 44eb701..c4c4ecb 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ If you are using Maven, add this to your pom.xml file: ``` -If you are using Gradle without BOM, add this to your dependencies +If you are using Gradle without BOM, add this to your dependencies: ```Groovy implementation 'com.google.cloud:google-cloud-dataform:0.0.0' ``` -If you are using SBT, add this to your dependencies +If you are using SBT, add this to your dependencies: ```Scala libraryDependencies += "com.google.cloud" % "google-cloud-dataform" % "0.0.0" diff --git a/google-cloud-dataform-bom/pom.xml b/google-cloud-dataform-bom/pom.xml index e9dab5b..9098d3d 100644 --- a/google-cloud-dataform-bom/pom.xml +++ b/google-cloud-dataform-bom/pom.xml @@ -1,4 +1,4 @@ - + 4.0.0 com.google.cloud diff --git a/google-cloud-dataform/pom.xml b/google-cloud-dataform/pom.xml index 65cec0a..31972d9 100644 --- a/google-cloud-dataform/pom.xml +++ b/google-cloud-dataform/pom.xml @@ -1,4 +1,4 @@ - + 4.0.0 com.google.cloud