Skip to content

Commit 6c72c2f

Browse files
SONARJAVA-6246 Update Develocity URL (#5562)
1 parent ba72aa6 commit 6c72c2f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616

1717
env:
1818
USE_DEVELOCITY: true
19-
DEVELOCITY_URL: https://develocity-public.sonar.build/
19+
DEVELOCITY_URL: https://develocity.sonar.build/
2020
MAVEN_OUTPUT_ARGS: "--errors --show-version"
2121

2222
jobs:

.mvn/develocity.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<develocity>
22
<server>
3-
<url>https://develocity-public.sonar.build</url>
3+
<url>https://develocity.sonar.build</url>
44
</server>
55
<buildCache>
66
<local>

0 commit comments

Comments
 (0)