File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 2929 needs : spotless
3030 strategy :
3131 matrix :
32- java : [ 21 ]
32+ java : [21, 23 ]
3333 name : Build and Test Anomaly Detection Plugin on Windows
3434 runs-on : windows-latest
3535 env :
5757 needs : [Get-CI-Image-Tag, spotless]
5858 strategy :
5959 matrix :
60- java : [21]
60+ java : [21, 23 ]
6161 fail-fast : false
6262 name : Build and Test Anomaly detection Plugin on Linux
6363 runs-on : ubuntu-latest
9595 needs : spotless
9696 strategy :
9797 matrix :
98- java : [21]
98+ java : [21, 23 ]
9999 fail-fast : false
100100
101101 name : Build and Test Anomaly detection Plugin on MacOS
Original file line number Diff line number Diff line change 66apply plugin : ' jacoco'
77
88jacoco {
9- toolVersion = " 0.8.10 "
9+ toolVersion = " 0.8.12 "
1010}
1111
1212/**
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ buildscript {
6565}
6666
6767plugins {
68- id ' com.netflix.nebula.ospackage' version " 11.5 .0"
68+ id ' com.netflix.nebula.ospackage' version " 11.10 .0"
6969 id " com.diffplug.spotless" version " 6.25.0"
7070 id ' java-library'
7171 id ' org.gradle.test-retry' version ' 1.6.0'
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
45networkTimeout =10000
56validateDistributionUrl =true
67zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments