File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 75
75
file : " **/build/reports/jacoco/**/*.xml"
76
76
77
77
- name : Publish Unit Test Results
78
- uses : EnricoMi/publish-unit-test-result-action@v1.24
78
+ uses : EnricoMi/publish-unit-test-result-action@v1.40
79
79
if : always()
80
80
with :
81
81
files : " **/build/test-results/**/*.xml"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ buildscript {
7
7
plugins {
8
8
id ' com.github.johnrengelman.shadow' version ' 7.1.2'
9
9
id ' kr.entree.spigradle' version ' 2.4.3'
10
- id ' io.freefair.lombok' version ' 6.6.1 '
10
+ id ' io.freefair.lombok' version ' 6.6.3 '
11
11
id ' java'
12
12
id ' jacoco'
13
13
id ' idea'
@@ -77,10 +77,10 @@ dependencies {
77
77
implementation vaultAll()
78
78
79
79
// Test dependencies
80
- testImplementation ' org.junit.jupiter:junit-jupiter:5.9.2 '
80
+ testImplementation ' org.junit.jupiter:junit-jupiter:5.10.1 '
81
81
testImplementation ' org.mockito:mockito-core:4.11.0'
82
- testImplementation ' com.github.seeseemelk:MockBukkit-v1.19:2.144.3 '
83
- testImplementation ' org.assertj:assertj-core:3.24.1 '
82
+ testImplementation ' com.github.seeseemelk:MockBukkit-v1.19:2.147.2 '
83
+ testImplementation ' org.assertj:assertj-core:3.25.2 '
84
84
}
85
85
86
86
shadowJar {
Original file line number Diff line number Diff line change 1
- jacoco { toolVersion = " 0.8.7 " }
1
+ jacoco { toolVersion = " 0.8.11 " }
2
2
3
3
jacocoTestReport {
4
4
reports {
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-7.3-all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6. 3-all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments