diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2730693394a..553c37d1a7d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -34,6 +34,9 @@ on: permissions: read-all +env: + DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} + jobs: build: diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index 1efe81167fb..7611809be03 100644 --- a/.github/workflows/deploy-site.yaml +++ b/.github/workflows/deploy-site.yaml @@ -29,6 +29,9 @@ on: permissions: read-all +env: + DEVELOCITY_ACCESS_KEY: ${{ secrets.GE_ACCESS_TOKEN }} + jobs: deploy-site-stg: diff --git a/.gitignore b/.gitignore index 35b639314c5..93556e9c3b6 100644 --- a/.gitignore +++ b/.gitignore @@ -19,6 +19,7 @@ .vscode /.metadata/ /.mvn/wrapper/maven-wrapper.jar +/.mvn/.develocity .flattened-pom.xml .project .settings diff --git a/.mvn/develocity.xml b/.mvn/develocity.xml new file mode 100644 index 00000000000..5605210b81d --- /dev/null +++ b/.mvn/develocity.xml @@ -0,0 +1,25 @@ + + + + https://ge.apache.org + + + + 0.0.0.0 + + + + + + + #{isFalse(env['GITHUB_ACTIONS'])} + + + + #{isFalse(env['GITHUB_ACTIONS'])} + + + false + + + \ No newline at end of file diff --git a/.mvn/extensions.xml b/.mvn/extensions.xml new file mode 100644 index 00000000000..375e98c64a9 --- /dev/null +++ b/.mvn/extensions.xml @@ -0,0 +1,13 @@ + + + + com.gradle + develocity-maven-extension + 1.21.3 + + + com.gradle + common-custom-user-data-maven-extension + 2.0 + + \ No newline at end of file