mirror of
https://github.com/Winds-Studio/Leaf.git
synced 2026-01-04 15:41:40 +00:00
Fix jupiter-api dependency
This commit is contained in:
@@ -5,7 +5,7 @@ Subject: [PATCH] Bump Dependencies
|
||||
|
||||
|
||||
diff --git a/build.gradle.kts b/build.gradle.kts
|
||||
index 63c267dca9a97b877fe9bab526f1461b8346b82d..eaa7fb00d5aac0fc3c5f582bb7646e396ce8565c 100644
|
||||
index 63c267dca9a97b877fe9bab526f1461b8346b82d..302cd023be8e961589110035a5303758bc8aa82d 100644
|
||||
--- a/build.gradle.kts
|
||||
+++ b/build.gradle.kts
|
||||
@@ -11,8 +11,8 @@ java {
|
||||
@@ -77,7 +77,7 @@ index 63c267dca9a97b877fe9bab526f1461b8346b82d..eaa7fb00d5aac0fc3c5f582bb7646e39
|
||||
- testImplementation("junit:junit:4.13.2")
|
||||
- testImplementation("org.hamcrest:hamcrest-library:1.3")
|
||||
+ testImplementation("org.apache.commons:commons-lang3:3.13.0")
|
||||
+ testImplementation("junit:junit-jupiter-api:5.10.0")
|
||||
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
|
||||
+
|
||||
+ testImplementation("org.hamcrest:hamcrest:2.2")
|
||||
testImplementation("org.ow2.asm:asm-tree:9.5")
|
||||
|
||||
Reference in New Issue
Block a user