File tree 3 files changed +7
-6
lines changed
3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 16
16
distribution : ' temurin'
17
17
- name : Set up Gradle
18
18
uses : gradle/actions/setup-gradle@v3
19
+ with :
20
+ develocity-access-key : ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}
19
21
- name : Build with Gradle
20
22
run : ./gradlew build -x signPluginMavenPublication -i -Porg.gradle.java.installations.auto-download=false
21
- env :
22
- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 16
16
with :
17
17
distribution : temurin
18
18
java-version : 8
19
- - name : Setup Gradle
19
+ - name : Submit dependency graph
20
20
uses : gradle/actions/dependency-submission@v3
21
- env :
22
- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}
21
+ with :
22
+ develocity-access-key : ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}
Original file line number Diff line number Diff line change 31
31
distribution : ' temurin'
32
32
- name : Set up Gradle
33
33
uses : gradle/actions/setup-gradle@v3
34
+ with :
35
+ develocity-access-key : ${{ secrets.DV_SOLUTIONS_ACCESS_KEY }}
34
36
- name : Upgrade Wrappers
35
37
run : ./gradlew clean upgradeGradleWrapperAll --continue -Porg.gradle.java.installations.auto-download=false
36
38
env :
37
39
WRAPPER_UPGRADE_GIT_TOKEN : ${{ secrets.GITHUB_TOKEN }}
38
- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_SOLUTIONS_ACCESS_TOKEN }}
You can’t perform that action at this time.
0 commit comments