mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
Update JUnit dependencies
This commit is contained in:
@@ -12,8 +12,9 @@ dependencies {
|
||||
compileOnly(project(":libraries:packets:api"))
|
||||
|
||||
testImplementation(project(":libraries:packets:api"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
||||
@@ -13,8 +13,9 @@ dependencies {
|
||||
|
||||
testImplementation(project(":libraries:packets:api"))
|
||||
testImplementation(project(":libraries:packets:implementations:1_20_6"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
||||
@@ -13,8 +13,9 @@ dependencies {
|
||||
|
||||
testImplementation(project(":libraries:packets:api"))
|
||||
testImplementation(project(":libraries:packets:implementations:1_20_6"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
||||
@@ -12,8 +12,9 @@ dependencies {
|
||||
compileOnly(project(":libraries:packets:api"))
|
||||
|
||||
testImplementation(project(":libraries:packets:api"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
||||
@@ -12,8 +12,9 @@ dependencies {
|
||||
compileOnly(project(":libraries:packets:api"))
|
||||
|
||||
testImplementation(project(":libraries:packets:api"))
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
|
||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
|
||||
}
|
||||
|
||||
tasks {
|
||||
|
||||
Reference in New Issue
Block a user