X-Git-Url: https://git.pterodactylus.net/?p=rhynodge.git;a=blobdiff_plain;f=build.gradle;fp=build.gradle;h=85cf007897f9c07ba9f2d84cefafed7c34954713;hp=20219b81469c6c7bb7545f7f89a54d0af12c547a;hb=6cc668aa117e70ac390e5a669d5e6ceb8822b3a7;hpb=18838f4a1bbd9bfecf9384f4b1437eebca0eda75 diff --git a/build.gradle b/build.gradle index 20219b8..85cf007 100644 --- a/build.gradle +++ b/build.gradle @@ -57,6 +57,7 @@ dependencies { testImplementation group: "junit", name: "junit", version: "4.13.2" testImplementation group: "org.hamcrest", name: "hamcrest-library", version: "1.3" testImplementation group: "org.mockito", name: "mockito-core", version: "5.11.0" + testImplementation group: "com.spotify", name: "hamcrest-jackson", version: "1.3.2" } task fatJar(type: Jar) {