Add hamkrest test dependency.

This commit is contained in:
Jeremy Wood 2023-03-12 17:04:38 -04:00
parent 0601c05761
commit 1d5d7a9ce2
No known key found for this signature in database
GPG Key ID: C5BAD04C77B91B4B

View File

@ -106,6 +106,7 @@ dependencies {
exclude group: 'junit', module: 'junit'
}
testImplementation 'org.jetbrains.kotlin:kotlin-test'
testImplementation 'com.natpryce:hamkrest:1.8.0.1'
// Old Tests
oldTestImplementation 'org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT'