Skip to content

Commit

Permalink
fix: Resolve deprecation warnings during builds
Browse files Browse the repository at this point in the history
  • Loading branch information
leviem1 committed Dec 26, 2023
1 parent 28ed265 commit e48ba40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ dependencies {
spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.12.0'
testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.3'
testImplementation 'io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.9.3'
}

test {
Expand Down

0 comments on commit e48ba40

Please sign in to comment.