Skip to content

Commit 5866d1b

Browse files
committed
Switch from maven-setup to setup-maven
1 parent cb46e63 commit 5866d1b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/develocity-publish-build-scans.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
steps:
3232

3333
- name: Setup Build Scan link capture
34-
uses: gradle/develocity-actions/maven-setup@b8d3a572314ffff3b940a2c1b7b384d4983d422d # 1.3
34+
uses: gradle/develocity-actions/setup-maven@b8d3a572314ffff3b940a2c1b7b384d4983d422d # 1.3
35+
with:
36+
capture-build-scan-links: true
3537

3638
- name: Publish Build Scans
3739
uses: gradle/develocity-actions/maven-publish-build-scan@b8d3a572314ffff3b940a2c1b7b384d4983d422d # 1.3

0 commit comments

Comments
 (0)