Skip to content

Commit e41ebd8

Browse files
committed
Revert "Configure user name for Gradle CI builds"
This reverts commit ce938fd.
1 parent 8550aec commit e41ebd8

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

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

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,13 @@ jobs:
2929
uses: actions/setup-java@v1
3030
with:
3131
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
3632
- name: Cache Gradle packages
3733
uses: actions/cache@v2
3834
with:
3935
path: ~/.gradle/caches
4036
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
4137
- name: Build with Gradle
38+
4239
run: |
4340
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
4441
export GRADLE_ENTERPRISE_CACHE_PASSWORD="$GRADLE_ENTERPRISE_CACHE_PASSWORD"
@@ -54,10 +51,6 @@ jobs:
5451
uses: actions/setup-java@v1
5552
with:
5653
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
6154
- name: Deploy artifacts
6255
run: |
6356
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
@@ -85,10 +78,6 @@ jobs:
8578
uses: actions/setup-java@v1
8679
with:
8780
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
9281
- name: Deploy Docs
9382
run: |
9483
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"

0 commit comments

Comments
 (0)