mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
uhabits-server: Add missing dependencies
This commit is contained in:
@@ -48,6 +48,8 @@ dependencies {
|
|||||||
implementation("io.prometheus:simpleclient_hotspot:0.11.0")
|
implementation("io.prometheus:simpleclient_hotspot:0.11.0")
|
||||||
testImplementation("io.ktor:ktor-server-tests:$ktorVersion")
|
testImplementation("io.ktor:ktor-server-tests:$ktorVersion")
|
||||||
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
|
testImplementation("com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0")
|
||||||
|
testImplementation(kotlin("test"))
|
||||||
|
testImplementation(kotlin("test-junit"))
|
||||||
}
|
}
|
||||||
|
|
||||||
tasks.withType<ShadowJar> {
|
tasks.withType<ShadowJar> {
|
||||||
|
|||||||
Reference in New Issue
Block a user