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:
@@ -22,9 +22,10 @@ dependencies {
|
|||||||
compileOnly("com.google.code.gson:gson:2.12.1")
|
compileOnly("com.google.code.gson:gson:2.12.1")
|
||||||
implementation("org.jetbrains:annotations:26.0.2")
|
implementation("org.jetbrains:annotations:26.0.2")
|
||||||
|
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
|
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.1")
|
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||||
testImplementation("com.google.code.gson:gson:2.12.1")
|
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
|
||||||
|
testImplementation("com.google.code.gson:gson:2.11.0")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
|
|||||||
@@ -12,8 +12,9 @@ dependencies {
|
|||||||
compileOnly(project(":libraries:packets:api"))
|
compileOnly(project(":libraries:packets:api"))
|
||||||
|
|
||||||
testImplementation(project(":libraries:packets:api"))
|
testImplementation(project(":libraries:packets:api"))
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
|
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
|
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||||
|
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
|
|||||||
@@ -13,8 +13,9 @@ dependencies {
|
|||||||
|
|
||||||
testImplementation(project(":libraries:packets:api"))
|
testImplementation(project(":libraries:packets:api"))
|
||||||
testImplementation(project(":libraries:packets:implementations:1_20_6"))
|
testImplementation(project(":libraries:packets:implementations:1_20_6"))
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
|
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
|
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||||
|
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
|
|||||||
@@ -13,8 +13,9 @@ dependencies {
|
|||||||
|
|
||||||
testImplementation(project(":libraries:packets:api"))
|
testImplementation(project(":libraries:packets:api"))
|
||||||
testImplementation(project(":libraries:packets:implementations:1_20_6"))
|
testImplementation(project(":libraries:packets:implementations:1_20_6"))
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
|
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
|
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||||
|
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
|
|||||||
@@ -12,8 +12,9 @@ dependencies {
|
|||||||
compileOnly(project(":libraries:packets:api"))
|
compileOnly(project(":libraries:packets:api"))
|
||||||
|
|
||||||
testImplementation(project(":libraries:packets:api"))
|
testImplementation(project(":libraries:packets:api"))
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
|
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
|
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||||
|
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
|
|||||||
@@ -12,8 +12,9 @@ dependencies {
|
|||||||
compileOnly(project(":libraries:packets:api"))
|
compileOnly(project(":libraries:packets:api"))
|
||||||
|
|
||||||
testImplementation(project(":libraries:packets:api"))
|
testImplementation(project(":libraries:packets:api"))
|
||||||
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
|
testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
|
||||||
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
|
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.12.1")
|
||||||
|
testImplementation("org.junit.platform:junit-platform-console-standalone:1.12.1")
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks {
|
tasks {
|
||||||
|
|||||||
Reference in New Issue
Block a user