Skip to content

Commit

Permalink
Fix gradle 9.0 deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelillo15 committed Jul 23, 2024
1 parent bd7a311 commit 788e6b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions NookureStaff-API/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ java {
}

dependencies {
testImplementation(platform("org.junit:junit-bom:5.9.1"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
implementation(libs.configurateYaml)
compileOnly(libs.protocol.buffers.lite)
compileOnlyApi(libs.paperApi)
Expand Down Expand Up @@ -115,5 +115,5 @@ sourceSets {
}

ebean {
debugLevel = 1
debugLevel = 2
}
4 changes: 2 additions & 2 deletions NookureStaff-Paper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ dependencies {
testImplementation(libs.hikariCP)

testImplementation("org.xerial:sqlite-jdbc:3.46.0.0")
testImplementation(platform("org.junit:junit-bom:5.9.1"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.junit.jupiter:junit-jupiter:5.9.2")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
/* End of MockBukkit stuff */
}

Expand Down

0 comments on commit 788e6b8

Please sign in to comment.