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 33
33
- name : Setup gradle user name
34
34
run : |
35
35
mkdir -p ~/.gradle
36
- echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
36
+ echo 'systemProp.user.name=spring-builds+github ' >> ~/.gradle/gradle.properties
37
37
- name : Cache Gradle packages
38
38
uses : actions/cache@v2
39
39
with :
59
59
- name : Setup gradle user name
60
60
run : |
61
61
mkdir -p ~/.gradle
62
- echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
62
+ echo 'systemProp.user.name=spring-builds+github ' >> ~/.gradle/gradle.properties
63
63
- name : Deploy artifacts
64
64
run : |
65
65
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
87
87
- name : Setup gradle user name
88
88
run : |
89
89
mkdir -p ~/.gradle
90
- echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
90
+ echo 'systemProp.user.name=spring-builds+github ' >> ~/.gradle/gradle.properties
91
91
- name : Deploy Docs
92
92
run : |
93
93
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
You can’t perform that action at this time.
0 commit comments