File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 32
32
- name : Setup gradle user name
33
33
run : |
34
34
mkdir -p ~/.gradle
35
- echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
35
+ echo 'systemProp.user.name=spring-builds+github ' >> ~/.gradle/gradle.properties
36
36
- name : Cache Gradle packages
37
37
uses : actions/cache@v2
38
38
with :
57
57
- name : Setup gradle user name
58
58
run : |
59
59
mkdir -p ~/.gradle
60
- echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
60
+ echo 'systemProp.user.name=spring-builds+github ' >> ~/.gradle/gradle.properties
61
61
- name : Deploy artifacts
62
62
run : |
63
63
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
88
88
- name : Setup gradle user name
89
89
run : |
90
90
mkdir -p ~/.gradle
91
- echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
91
+ echo 'systemProp.user.name=spring-builds+github ' >> ~/.gradle/gradle.properties
92
92
- name : Deploy Docs
93
93
run : |
94
94
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
You can’t perform that action at this time.
0 commit comments