Skip to content

Commit 255293c

Browse files
committed
fix: prevent double inclusion of the platform on plugin and move it to compileOnly
1 parent 6c57dbf commit 255293c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ tasks.withType(JavaCompile) {
3535
dependencies {
3636
// Platform
3737
annotationProcessor enforcedPlatform("io.kestra:platform:$kestraVersion")
38-
implementation enforcedPlatform("io.kestra:platform:$kestraVersion")
39-
api enforcedPlatform("io.kestra:platform:$kestraVersion")
38+
compileOnly enforcedPlatform("io.kestra:platform:$kestraVersion")
4039

4140
// Lombok
4241
annotationProcessor "org.projectlombok:lombok"

0 commit comments

Comments
 (0)