Skip to content

Commit cae8990

Browse files
committed
GitHub Actions uses spring-builds+github
1 parent c9917b3 commit cae8990

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/continuous-integration-workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup gradle user name
4646
run: |
4747
mkdir -p ~/.gradle
48-
echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
48+
echo 'systemProp.user.name=spring-builds+github' >> ~/.gradle/gradle.properties
4949
- name: Cache Gradle packages
5050
uses: actions/cache@v2
5151
with:
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup gradle user name
7272
run: |
7373
mkdir -p ~/.gradle
74-
echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
74+
echo 'systemProp.user.name=spring-builds+github' >> ~/.gradle/gradle.properties
7575
- name: Snapshot Tests
7676
run: |
7777
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
@@ -91,7 +91,7 @@ jobs:
9191
- name: Setup gradle user name
9292
run: |
9393
mkdir -p ~/.gradle
94-
echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
94+
echo 'systemProp.user.name=spring-builds+github' >> ~/.gradle/gradle.properties
9595
- name: Deploy artifacts
9696
run: |
9797
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
@@ -118,7 +118,7 @@ jobs:
118118
- name: Setup gradle user name
119119
run: |
120120
mkdir -p ~/.gradle
121-
echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
121+
echo 'systemProp.user.name=spring-builds+github' >> ~/.gradle/gradle.properties
122122
- name: Deploy Docs
123123
run: |
124124
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
@@ -142,7 +142,7 @@ jobs:
142142
- name: Setup gradle user name
143143
run: |
144144
mkdir -p ~/.gradle
145-
echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
145+
echo 'systemProp.user.name=spring-builds+github' >> ~/.gradle/gradle.properties
146146
- name: Deploy Schema
147147
run: |
148148
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"

0 commit comments

Comments
 (0)