We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 863bee2 commit cb6ca7fCopy full SHA for cb6ca7f
.github/workflows/continuous-integration-workflow.yml
@@ -113,7 +113,7 @@ jobs:
113
- name: Setup gradle user name
114
run: |
115
mkdir -p ~/.gradle
116
- echo 'systemProp.user.name=spring-builds' >> ~/.gradle/gradle.properties
+ echo 'systemProp.user.name=spring-builds+github' >> ~/.gradle/gradle.properties
117
- name: Check for package tangles
118
119
export GRADLE_ENTERPRISE_CACHE_USERNAME="$GRADLE_ENTERPRISE_CACHE_USER"
0 commit comments