demo/upms-api/build.gradle

15 lines
248 B
Groovy
Raw Permalink Normal View History

plugins {
id 'java-library'
}
dependencies {
implementation project(":common-core")
implementation project(":common-feign")
implementation("com.seepine:secret-core:${secretVersion}")
}
bootJar {
enabled = false
}
jar {
enabled = true
}