File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 file : ' **/build/reports/jacoco/**/*.xml'
7373
7474 - name : Publish Unit Test Results
75- uses : EnricoMi/publish-unit-test-result-action@v1.24
75+ uses : EnricoMi/publish-unit-test-result-action@v1.40
7676 if : always()
7777 with :
7878 files : ' **/build/test-results/**/*.xml'
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ buildscript {
66
77plugins {
88 id ' com.github.johnrengelman.shadow' version ' 7.1.2'
9- id ' kr.entree.spigradle' version ' 2.4.3 '
10- id ' io.freefair.lombok' version ' 6.6.1 '
9+ id ' kr.entree.spigradle' version ' 2.4.6 '
10+ id ' io.freefair.lombok' version ' 6.6.3 '
1111 id ' java'
1212 id ' jacoco'
1313 id ' idea'
@@ -81,11 +81,11 @@ dependencies {
8181 implementation vaultAll()
8282
8383 // Test dependencies
84- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.9.2 '
85- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.9.2 '
84+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.13.4 '
85+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.13.4 '
8686 testImplementation ' org.mockito:mockito-core:4.11.0'
87- testImplementation ' com.github.seeseemelk:MockBukkit-v1.19:2.144.3 '
88- testImplementation ' org.assertj:assertj-core:3.24.1 '
87+ testImplementation ' com.github.seeseemelk:MockBukkit-v1.19:2.147.2 '
88+ testImplementation ' org.assertj:assertj-core:3.27.6 '
8989}
9090
9191shadowJar {
Original file line number Diff line number Diff line change 1- jacoco { toolVersion = " 0.8.7 " }
1+ jacoco { toolVersion = " 0.8.13 " }
22
33jacocoTestReport {
44 reports {
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.6.6 -all.zip
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments