File tree 3 files changed +18
-7
lines changed
3 files changed +18
-7
lines changed Original file line number Diff line number Diff line change
1
+ name : Java CI with Gradle
2
+
3
+ on :
4
+ push :
5
+ branches : [ "main" ]
6
+
7
+ jobs :
8
+ build :
9
+ uses : harmonysoft-tech/ci/.github/workflows/gradle-plugin.yml@main
10
+ secrets : inherit
11
+ permissions :
12
+ contents : write
Original file line number Diff line number Diff line change 1
1
plugins {
2
- kotlin(" jvm" ) version " 1.9.10"
2
+ `java- gradle- plugin`
3
+ kotlin(" jvm" ) version " 1.9.23"
3
4
id(" com.gradle.plugin-publish" ) version " 1.2.1"
4
- id(" tech.harmonysoft.oss.gradle.release.paperwork" ) version " 1.7 .0"
5
+ id(" tech.harmonysoft.oss.gradle.release.paperwork" ) version " 1.10 .0"
5
6
}
6
7
7
8
group = " tech.harmonysoft"
@@ -30,10 +31,8 @@ repositories {
30
31
}
31
32
32
33
dependencies {
33
- api(gradleApi())
34
- testImplementation(gradleTestKit())
35
- testImplementation(" org.junit.jupiter:junit-jupiter:5.10.0" )
36
- testImplementation(" org.assertj:assertj-core:3.24.2" )
34
+ testImplementation(" org.junit.jupiter:junit-jupiter:5.10.2" )
35
+ testImplementation(" org.assertj:assertj-core:3.25.3" )
37
36
testImplementation(" tech.harmonysoft:harmonysoft-common-test:1.92.0" )
38
37
}
39
38
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.4 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.7 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments