We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28e3836 commit c063448Copy full SHA for c063448
.mvn/develocity.xml
@@ -2,7 +2,7 @@
2
xmlns="https://www.gradle.com/develocity-maven" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
xsi:schemaLocation="https://www.gradle.com/develocity-maven https://www.gradle.com/schema/develocity-maven.xsd">
4
<server>
5
- <url>https://ge.hibernate.org</url>
+ <url>#{env['DEVELOCITY_BASE_URL']?:'https://develocity.commonhaus.dev'}</url>
6
<allowUntrusted>false</allowUntrusted>
7
</server>
8
<buildScan>
0 commit comments