Fix tests

This commit is contained in:
Nassim Jahnke 2022-06-08 17:31:27 +02:00
parent 7a165c9c5d
commit 02804a49a2
No known key found for this signature in database
GPG key ID: 6BE3B555EBC5982B
7 changed files with 44 additions and 42 deletions

View file

@ -27,10 +27,10 @@ index e431e3435737e28394d81b56568a08b3c3148b9b..b23bde3b5e881f146539a307d0a59f21
+/.factorypath
diff --git a/build.gradle.kts b/build.gradle.kts
new file mode 100644
index 0000000000000000000000000000000000000000..53fbbb989a8bec663f12e90c2890740220ac8cd4
index 0000000000000000000000000000000000000000..b81a893bd5418779544872eb4006adc6b3017a43
--- /dev/null
+++ b/build.gradle.kts
@@ -0,0 +1,79 @@
@@ -0,0 +1,80 @@
+plugins {
+ `java-library`
+ `maven-publish`
@ -56,6 +56,7 @@ index 0000000000000000000000000000000000000000..53fbbb989a8bec663f12e90c28907402
+ compileOnly(annotations)
+ testCompileOnly(annotations)
+
+ testImplementation("org.apache.commons:commons-lang3:3.12.0")
+ testImplementation("junit:junit:4.13.2")
+ testImplementation("org.hamcrest:hamcrest-library:1.3")
+ testImplementation("org.ow2.asm:asm-tree:9.3")