diff --git a/.github/workflows/build-verification.yml b/.github/workflows/build-verification.yml index a8ff740..03fe530 100644 --- a/.github/workflows/build-verification.yml +++ b/.github/workflows/build-verification.yml @@ -14,7 +14,11 @@ jobs: with: java-version: '8' distribution: 'temurin' + server-id: cache + server-username: GRADLE_ENTERPRISE_REMOTE_CACHE_USER + server-password: GRADLE_ENTERPRISE_ACCESS_KEY - name: Build with Maven - run: ./mvnw clean verify -B -Dmaven.build.cache.remote.save.enabled=true -Daether.connector.http.preemptiveAuth=true + run: cat ~/.m2/settings.xml && ./mvnw clean verify -B -Dmaven.build.cache.remote.save.enabled=true env: GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }} + GRADLE_ENTERPRISE_REMOTE_CACHE_USER: '' # Required to be empty when using access token to authenticate diff --git a/.mvn/gradle-enterprise.xml b/.mvn/gradle-enterprise.xml index 3b21a55..328c64f 100644 --- a/.mvn/gradle-enterprise.xml +++ b/.mvn/gradle-enterprise.xml @@ -4,7 +4,7 @@ xmlns="https://www.gradle.com/gradle-enterprise-maven" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.gradle.com/gradle-enterprise-maven https://www.gradle.com/schema/gradle-enterprise-maven.xsd"> - https://ge.solutions-team.gradle.com + https://ge.solutions-team.gradle.com/ false @@ -18,4 +18,9 @@ #{{'0.0.0.0'}} + + + true + + diff --git a/.mvn/maven-build-cache-config.xml b/.mvn/maven-build-cache-config.xml index 161d58f..fb51063 100644 --- a/.mvn/maven-build-cache-config.xml +++ b/.mvn/maven-build-cache-config.xml @@ -1,8 +1,7 @@ - + true - + https://ge.solutions-team.gradle.com/cache-maven