generated from pricelees/issue-pr-template
13 lines
325 B
Plaintext
13 lines
325 B
Plaintext
dependencies {
|
|
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.20.0")
|
|
implementation("net.ttddyy.observation:datasource-micrometer-spring-boot:1.1.2")
|
|
|
|
testImplementation("io.mockk:mockk:1.14.4")
|
|
|
|
implementation(project(":common:utils"))
|
|
}
|
|
|
|
tasks.named<Jar>("jar") {
|
|
enabled = true
|
|
}
|