Skip to content

Commit 672b1fe

Browse files
committed
Removed JUnit test dependencies and tasks
Cleaned up unused JUnit configuration in build script.
1 parent 963d43f commit 672b1fe

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

build.gradle.kts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,20 +38,13 @@ dependencies {
3838
implementation("org.bstats:bstats-bukkit:3.1.0")
3939
implementation(project(":api"))
4040

41-
testImplementation(platform("org.junit:junit-bom:5.11.4"))
42-
testImplementation("org.junit.jupiter:junit-jupiter")
43-
4441
annotationProcessor("org.projectlombok:lombok:1.18.36")
4542
}
4643

4744
tasks.shadowJar {
4845
relocate("org.bstats", "${rootProject.group}.metrics")
4946
}
5047

51-
tasks.test {
52-
useJUnitPlatform()
53-
}
54-
5548
paper {
5649
name = "Economist"
5750
main = "net.thenextlvl.economist.EconomistPlugin"

0 commit comments

Comments
 (0)