This repository was archived by the owner on Jan 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +16
-18
lines changed Expand file tree Collapse file tree 5 files changed +16
-18
lines changed Original file line number Diff line number Diff line change 6
6
interval : " daily"
7
7
time : " 02:00"
8
8
allow :
9
- - dependency-name : " com.gradle:gradle-enterprise -maven-extension"
9
+ - dependency-name : " com.gradle:develocity -maven-extension"
10
10
dependency-type : " production"
11
11
- dependency-name : " com.gradle:common-custom-user-data-maven-extension"
12
12
dependency-type : " production"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependency-reduced-pom.xml
19
19
release.properties
20
20
buildNumber.properties
21
21
.flattened-pom.xml
22
- .mvn /.gradle-enterprise
22
+ .mvn /.develocity
23
23
24
24
# Gradle
25
25
.gradle /
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" standalone =" yes" ?>
2
2
3
- <gradleEnterprise
4
- xmlns =" https://www.gradle.com/gradle-enterprise -maven" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi : schemaLocation =" https://www.gradle.com/gradle-enterprise- maven https://www.gradle.com/schema/gradle-enterprise -maven.xsd" >
3
+ <develocity
4
+ xmlns =" https://www.gradle.com/develocity -maven" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : schemaLocation =" https://www.gradle.com/develocity- maven https://www.gradle.com/schema/develocity -maven.xsd" >
6
6
<server >
7
7
<url >https://ge.microstream.one</url >
8
8
<allowUntrusted >false</allowUntrusted >
9
9
</server >
10
10
<buildScan >
11
- <capture >
12
- <goalInputFiles >true</goalInputFiles >
13
- </capture >
14
11
<backgroundBuildScanUpload >#{isFalse(env['CI'])}</backgroundBuildScanUpload >
15
- <publish >ALWAYS</publish >
16
- <publishIfAuthenticated >true</publishIfAuthenticated >
12
+ <publishing >
13
+ <onlyIf ><![CDATA[ authenticated]]> </onlyIf >
14
+ </publishing >
17
15
<obfuscation >
18
16
<ipAddresses >#{{'0.0.0.0'}}</ipAddresses >
19
17
</obfuscation >
27
25
<storeEnabled >#{isTrue(env['CI'])}</storeEnabled >
28
26
</remote >
29
27
</buildCache >
30
- </gradleEnterprise >
28
+ </develocity >
Original file line number Diff line number Diff line change 2
2
<extensions >
3
3
<extension >
4
4
<groupId >com.gradle</groupId >
5
- <artifactId >gradle-enterprise -maven-extension</artifactId >
6
- <version >1.20.1 </version >
5
+ <artifactId >develocity -maven-extension</artifactId >
6
+ <version >1.21.4 </version >
7
7
</extension >
8
8
<extension >
9
9
<groupId >com.gradle</groupId >
10
10
<artifactId >common-custom-user-data-maven-extension</artifactId >
11
- <version >1.13 </version >
11
+ <version >2.0 </version >
12
12
</extension >
13
13
</extensions >
Original file line number Diff line number Diff line change 371
371
</plugin >
372
372
<plugin >
373
373
<groupId >com.gradle</groupId >
374
- <artifactId >gradle-enterprise -maven-extension</artifactId >
375
- <version >1.20.1 </version >
374
+ <artifactId >develocity -maven-extension</artifactId >
375
+ <version >1.21.4 </version >
376
376
<configuration >
377
- <gradleEnterprise >
377
+ <develocity >
378
378
<normalization >
379
379
<runtimeClassPath >
380
380
<metaInf >
399
399
</propertiesNormalizations >
400
400
</runtimeClassPath >
401
401
</normalization >
402
- </gradleEnterprise >
402
+ </develocity >
403
403
</configuration >
404
404
</plugin >
405
405
</plugins >
You can’t perform that action at this time.
0 commit comments