File tree 8 files changed +16
-18
lines changed
8 files changed +16
-18
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ concurrency:
26
26
27
27
env :
28
28
MAVEN_OPTS : -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
29
- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
29
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
30
30
31
31
jobs :
32
32
Simple :
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ concurrency:
26
26
27
27
env :
28
28
MAVEN_OPTS : -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
29
- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
29
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
30
30
31
31
jobs :
32
32
Simple :
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ concurrency:
24
24
25
25
env :
26
26
MAVEN_OPTS : -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
27
- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
27
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
28
28
29
29
jobs :
30
30
auto-create-schema :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ concurrency:
29
29
env :
30
30
MAVEN_OPTS : -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
31
31
PR_NUMBER : ${{ github.event.number }}
32
- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
32
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
33
33
34
34
jobs :
35
35
codecov :
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ concurrency:
29
29
30
30
env :
31
31
MAVEN_OPTS : -Dhttp.keepAlive=false -Dmaven.wagon.http.pool=false -Dmaven.wagon.http.retryHandler.class=standard -Dmaven.wagon.http.retryHandler.count=3
32
- GRADLE_ENTERPRISE_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
32
+ DEVELOCITY_ACCESS_KEY : ${{ secrets.GE_ACCESS_TOKEN }}
33
33
34
34
jobs :
35
35
unit-test :
Original file line number Diff line number Diff line change @@ -122,3 +122,4 @@ iotdb-core/tsfile/src/main/antlr4/org/apache/tsfile/parser/gen/
122
122
123
123
# Develocity
124
124
.mvn /.gradle-enterprise /
125
+ .mvn /.develocity /
Original file line number Diff line number Diff line change 19
19
under the License.
20
20
21
21
-->
22
- <gradleEnterprise xmlns =" https://www.gradle.com/gradle-enterprise- maven" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" https://www.gradle.com/gradle-enterprise- maven https://www.gradle.com/schema/gradle-enterprise -maven.xsd" >
22
+ <develocity xmlns =" https://www.gradle.com/develocity- maven" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" https://www.gradle.com/develocity- maven https://www.gradle.com/schema/develocity -maven.xsd" >
23
23
<server >
24
24
<url >https://ge.apache.org</url >
25
- <allowUntrusted >false</allowUntrusted >
26
25
</server >
27
26
<buildScan >
28
- <capture >
29
- <goalInputFiles >true</goalInputFiles >
30
- <buildLogging >true</buildLogging >
31
- <testLogging >true</testLogging >
32
- </capture >
33
27
<backgroundBuildScanUpload >#{isFalse(env['GITHUB_ACTIONS'])}</backgroundBuildScanUpload >
34
- <publish >ALWAYS</publish >
35
- <publishIfAuthenticated >true</publishIfAuthenticated >
28
+ <publishing >
29
+ <onlyIf >
30
+ <![CDATA[ authenticated]]>
31
+ </onlyIf >
32
+ </publishing >
36
33
<obfuscation >
37
34
<ipAddresses >#{{'0.0.0.0'}}</ipAddresses >
38
35
</obfuscation >
45
42
<enabled >false</enabled >
46
43
</remote >
47
44
</buildCache >
48
- </gradleEnterprise >
45
+ </develocity >
Original file line number Diff line number Diff line change 22
22
<extensions xmlns =" http://maven.apache.org/EXTENSIONS/1.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd" >
23
23
<extension >
24
24
<groupId >com.gradle</groupId >
25
- <artifactId >gradle-enterprise -maven-extension</artifactId >
26
- <version >1.19.2 </version >
25
+ <artifactId >develocity -maven-extension</artifactId >
26
+ <version >1.21.3 </version >
27
27
</extension >
28
28
<extension >
29
29
<groupId >com.gradle</groupId >
30
30
<artifactId >common-custom-user-data-maven-extension</artifactId >
31
- <version >1.12.4 </version >
31
+ <version >2.0 </version >
32
32
</extension >
33
33
</extensions >
You can’t perform that action at this time.
0 commit comments