File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 file : " **/build/reports/jacoco/**/*.xml"
7676
7777 - name : Publish Unit Test Results
78- uses : EnricoMi/publish-unit-test-result-action@v1.24
78+ uses : EnricoMi/publish-unit-test-result-action@v1.39
7979 if : always()
8080 with :
8181 files : " **/build/test-results/**/*.xml"
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ buildscript {
55}
66
77plugins {
8- id ' com.github.johnrengelman.shadow' version ' 7.1.0 '
9- id ' kr.entree.spigradle' version ' 2.2.4 '
10- id ' io.freefair.lombok' version ' 6.3.0 '
8+ id ' com.github.johnrengelman.shadow' version ' 7.1.2 '
9+ id ' kr.entree.spigradle' version ' 2.4.2 '
10+ id ' io.freefair.lombok' version ' 6.5.0.3 '
1111 id ' java'
1212 id ' jacoco'
1313 id ' idea'
@@ -73,10 +73,10 @@ dependencies {
7373 implementation " com.github.MilkBowl:VaultAPI:1.7.1"
7474
7575 // Test dependencies
76- testImplementation ' org.junit.jupiter:junit-jupiter:5.8.1 '
77- testImplementation ' org.mockito:mockito-core:4.0.0 '
78- testImplementation ' com.github.seeseemelk:MockBukkit-v1.17:1.7 .0'
79- testImplementation ' org.assertj:assertj-core:3.21.0 '
76+ testImplementation ' org.junit.jupiter:junit-jupiter:5.8.2 '
77+ testImplementation ' org.mockito:mockito-core:4.6.1 '
78+ testImplementation ' com.github.seeseemelk:MockBukkit-v1.17:1.13 .0'
79+ testImplementation ' org.assertj:assertj-core:3.23.1 '
8080}
8181
8282shadowJar {
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-7.3 -all.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments