mirror of
https://github.com/ProjectSWGCore/pswgcommon.git
synced 2026-01-15 23:04:19 -05:00
Fixed test running warning
This commit is contained in:
@@ -72,6 +72,7 @@ dependencies {
|
||||
testImplementation(group="org.junit.jupiter", name="junit-jupiter-api", version=junit5Version)
|
||||
testImplementation(group="org.junit.jupiter", name="junit-jupiter-params", version=junit5Version)
|
||||
testRuntimeOnly(group="org.junit.jupiter", name="junit-jupiter-engine", version=junit5Version)
|
||||
testRuntimeOnly(group="org.junit.platform", name="junit-platform-launcher", version="1.12.2")
|
||||
}
|
||||
|
||||
tasks.withType<Jar> {
|
||||
|
||||
Reference in New Issue
Block a user