aboutsummaryrefslogtreecommitdiff
path: root/runtime/build.gradle
diff options
context:
space:
mode:
authorshedaniel <daniel@shedaniel.me>2022-07-19 00:06:17 +0800
committershedaniel <daniel@shedaniel.me>2023-05-29 21:11:43 +0800
commit83ec9cb3e3326b1e9221e0630309c207fb630e8e (patch)
treebb5b324b92de4faa8ea865d3b6971746a593b722 /runtime/build.gradle
parent575d49c4a9ffd13ec9cffb2be006d316830a1e83 (diff)
downloadRoughlyEnoughItems-83ec9cb3e3326b1e9221e0630309c207fb630e8e.tar.gz
RoughlyEnoughItems-83ec9cb3e3326b1e9221e0630309c207fb630e8e.tar.bz2
RoughlyEnoughItems-83ec9cb3e3326b1e9221e0630309c207fb630e8e.zip
Add InputMethods, Close #574
Diffstat (limited to 'runtime/build.gradle')
-rw-r--r--runtime/build.gradle6
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/build.gradle b/runtime/build.gradle
index b94257ae5..dd0cf0dff 100644
--- a/runtime/build.gradle
+++ b/runtime/build.gradle
@@ -18,6 +18,12 @@ dependencies {
modApi("me.shedaniel:architectury:${architectury_version}")
compileClasspath(annotationProcessor("org.projectlombok:lombok:1.18.22"))
compileClasspath(project(path: ":api", configuration: "namedElements"))
+ testImplementation(project(path: ":api", configuration: "namedElements"))
+ testImplementation("org.junit.jupiter:junit-jupiter:5.8.2")
+}
+
+test {
+ useJUnitPlatform()
}
remapJar {