demo/upms-api/build.gradle

15 lines
248 B
Groovy
Raw Permalink Normal View History

2025-02-21 09:03:22 +08:00
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
}