Skip to content

Commit

Permalink
fix(sript): remove the annotation processor as it's only on 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Apr 30, 2024
1 parent c100cb1 commit 117ecc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion script/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
dependencies {
// Kestra
implementation project(':core')
annotationProcessor project(':processor')

implementation platform("io.micronaut.platform:micronaut-platform:$micronautVersion")
implementation 'io.micronaut:micronaut-context'
Expand Down

0 comments on commit 117ecc9

Please sign in to comment.