File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 29
29
needs : spotless
30
30
strategy :
31
31
matrix :
32
- java : [ 21 ]
32
+ java : [21, 23 ]
33
33
name : Build and Test Anomaly Detection Plugin on Windows
34
34
runs-on : windows-latest
35
35
env :
57
57
needs : [Get-CI-Image-Tag, spotless]
58
58
strategy :
59
59
matrix :
60
- java : [21]
60
+ java : [21, 23 ]
61
61
fail-fast : false
62
62
name : Build and Test Anomaly detection Plugin on Linux
63
63
runs-on : ubuntu-latest
95
95
needs : spotless
96
96
strategy :
97
97
matrix :
98
- java : [21]
98
+ java : [21, 23 ]
99
99
fail-fast : false
100
100
101
101
name : Build and Test Anomaly detection Plugin on MacOS
Original file line number Diff line number Diff line change 6
6
apply plugin : ' jacoco'
7
7
8
8
jacoco {
9
- toolVersion = " 0.8.10 "
9
+ toolVersion = " 0.8.12 "
10
10
}
11
11
12
12
/**
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ buildscript {
65
65
}
66
66
67
67
plugins {
68
- id ' com.netflix.nebula.ospackage' version " 11.5 .0"
68
+ id ' com.netflix.nebula.ospackage' version " 11.10 .0"
69
69
id " com.diffplug.spotless" version " 6.25.0"
70
70
id ' java-library'
71
71
id ' org.gradle.test-retry' version ' 1.6.0'
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-8.5-bin.zip
3
+ distributionSha256Sum =2ab88d6de2c23e6adae7363ae6e29cbdd2a709e992929b48b6530fd0c7133bd6
4
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.10.2-all.zip
4
5
networkTimeout =10000
5
6
validateDistributionUrl =true
6
7
zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments