File tree Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Expand file tree Collapse file tree 1 file changed +1
-12
lines changed Original file line number Diff line number Diff line change @@ -29,16 +29,13 @@ jobs:
29
29
uses : actions/setup-java@v1
30
30
with :
31
31
java-version : ${{ matrix.jdk }}
32
- - name : Setup gradle user name
33
- run : |
34
- mkdir -p ~/.gradle
35
- echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
36
32
- name : Cache Gradle packages
37
33
uses : actions/cache@v2
38
34
with :
39
35
path : ~/.gradle/caches
40
36
key : ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
41
37
- name : Build with Gradle
38
+
42
39
run : |
43
40
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
44
41
export GRADLE_ENTERPRISE_CACHE_PASSWORD="$GRADLE_ENTERPRISE_CACHE_PASSWORD"
54
51
uses : actions/setup-java@v1
55
52
with :
56
53
java-version : ' 8'
57
- - name : Setup gradle user name
58
- run : |
59
- mkdir -p ~/.gradle
60
- echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
61
54
- name : Deploy artifacts
62
55
run : |
63
56
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
85
78
uses : actions/setup-java@v1
86
79
with :
87
80
java-version : ' 8'
88
- - name : Setup gradle user name
89
- run : |
90
- mkdir -p ~/.gradle
91
- echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
92
81
- name : Deploy Docs
93
82
run : |
94
83
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
You can’t perform that action at this time.
0 commit comments