demo/recruit-api/build.gradle

15 lines
217 B
Groovy
Raw Normal View History

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