We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72f6a8b commit e4f25b2Copy full SHA for e4f25b2
1 file changed
.github/workflows/pull-request-build.yaml
@@ -22,6 +22,8 @@ jobs:
22
java-version: '8'
23
distribution: 'temurin'
24
cache: maven
25
+ - name: Setup Develocity
26
+ uses: gradle/develocity-actions/setup-maven@974e8dbcbda40db6828fc35f349c80a7c0e71529 # v2.1
27
- name: Build with Apache Maven
28
run: mvn -U clean install -Djava.awt.headless=true -fae -B --no-transfer-progress
29
env:
@@ -42,6 +44,8 @@ jobs:
42
44
java-version: '17'
43
45
46
47
48
49
50
51
0 commit comments