Skip to content

Commit 13a81af

Browse files
committed
fix: prevent double inclusion of the platform on plugin and move it to compileOnly
1 parent 70fd925 commit 13a81af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ tasks.withType(JavaCompile).configureEach {
3939
dependencies {
4040
// Platform
4141
annotationProcessor enforcedPlatform("io.kestra:platform:$kestraVersion")
42-
implementation enforcedPlatform("io.kestra:platform:$kestraVersion")
43-
api enforcedPlatform("io.kestra:platform:$kestraVersion")
42+
compileOnly enforcedPlatform("io.kestra:platform:$kestraVersion")
4443

4544
// lombok
4645
annotationProcessor "org.projectlombok:lombok"

0 commit comments

Comments
 (0)