We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70fd925 commit 13a81afCopy full SHA for 13a81af
build.gradle
@@ -39,8 +39,7 @@ tasks.withType(JavaCompile).configureEach {
39
dependencies {
40
// Platform
41
annotationProcessor enforcedPlatform("io.kestra:platform:$kestraVersion")
42
- implementation enforcedPlatform("io.kestra:platform:$kestraVersion")
43
- api enforcedPlatform("io.kestra:platform:$kestraVersion")
+ compileOnly enforcedPlatform("io.kestra:platform:$kestraVersion")
44
45
// lombok
46
annotationProcessor "org.projectlombok:lombok"
0 commit comments