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