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 31
31
- name : Setup gradle user name
32
32
run : |
33
33
mkdir -p ~/.gradle
34
- echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
34
+ echo 'systemProp.user.name=spring-builds+github ' >> ~/.gradle/gradle.properties
35
35
- name : Cache Gradle packages
36
36
uses : actions/cache@v2
37
37
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"
85
85
- name : Setup gradle user name
86
86
run : |
87
87
mkdir -p ~/.gradle
88
- echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
88
+ echo 'systemProp.user.name=spring-builds+github ' >> ~/.gradle/gradle.properties
89
89
- name : Deploy Docs
90
90
run : |
91
91
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
You can’t perform that action at this time.
0 commit comments