File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 59
59
- name : GenerateGrammarSource
60
60
run : ./gradlew clean generateGrammarSource --parallel --daemon --scan
61
61
env :
62
- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
62
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
63
63
64
64
- name : Set up JDK ${{ matrix.java }}
65
65
uses : actions/setup-java@v4
@@ -73,12 +73,12 @@ jobs:
73
73
./gradlew clean build dist jacocoTestReport --parallel --daemon --scan
74
74
-x spotlessJava -x generateGrammarSource -x generateDistLicense -x checkDeniedLicense
75
75
env :
76
- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
76
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
77
77
78
78
- name : Install plugin
79
79
run : ./gradlew installPlugin --scan
80
80
env :
81
- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
81
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
82
82
83
83
- name : Upload coverage report to codecov.io
84
84
run : bash <(curl -s https://codecov.io/bash) || echo 'Failed to upload coverage report!'
Original file line number Diff line number Diff line change 68
68
if : matrix.language == 'java'
69
69
run : ./gradlew clean assemble compileTestJava --parallel --daemon --scan
70
70
env :
71
- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
71
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
72
72
73
73
- name : Perform CodeQL analysis
74
74
uses : github/codeql-action/analyze@v3
You can’t perform that action at this time.
0 commit comments