File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -92,10 +92,14 @@ jobs:
92
92
distribution : ' temurin'
93
93
java-version : ' 21'
94
94
95
+ - name : Setup Develocity
96
+ uses :
gradle/develocity-actions/[email protected]
97
+ with :
98
+ add-pr-comment : false
99
+ develocity-access-key : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
100
+
95
101
- name : Compile project
96
102
run : ./mvnw -B -ntp clean package -Pquickbuild -Dtoolchain.skip=true
97
- env :
98
- DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
99
103
100
104
- name : Perform CodeQL Analysis
101
105
uses : github/codeql-action/analyze@v2
Original file line number Diff line number Diff line change 28
28
java-version : ' 21'
29
29
distribution : ' temurin'
30
30
cache : ' maven'
31
+ - name : Setup Develocity
32
+ uses :
gradle/develocity-actions/[email protected]
33
+ with :
34
+ add-pr-comment : false
35
+ develocity-access-key : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
31
36
32
37
# Capture the PR number
33
38
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#using-data-from-the-triggering-workflow
43
48
# Execute recipes
44
49
- name : Apply OpenRewrite recipes
45
50
run : ./mvnw -Dtoolchain.skip=true -Dlicense.skip=true -DskipTests=true -P openrewrite clean install
46
- env :
47
- DEVELOCITY_ACCESS_KEY : ${{ secrets.DEVELOCITY_ACCESS_KEY }}
48
51
49
52
# Capture the diff
50
53
- name : Create patch
You can’t perform that action at this time.
0 commit comments