setup docker build
This commit is contained in:
@@ -20,12 +20,12 @@ java {
|
||||
}
|
||||
}
|
||||
|
||||
val configApi by configurations
|
||||
val configCompileOnly by configurations
|
||||
val configCompileOnlyApi by configurations
|
||||
val configAnnotationProcessor by configurations
|
||||
|
||||
dependencies {
|
||||
api(libs.annotations)
|
||||
compileOnlyApi(libs.annotations)
|
||||
api(project(path)) {
|
||||
capabilities {
|
||||
requireCapability("${project.group}:${project.name}-config")
|
||||
@@ -33,8 +33,8 @@ dependencies {
|
||||
}
|
||||
implementation(libs.gson)
|
||||
|
||||
configApi(libs.annotations)
|
||||
configCompileOnly(libs.lombok)
|
||||
configCompileOnlyApi(libs.annotations)
|
||||
configAnnotationProcessor(libs.lombok)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user