Skip to content

Commit

Permalink
feat: move plugin-script to core script lib
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Apr 30, 2024
1 parent 7395197 commit 4c42844
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {

// kestra
compileOnly group: "io.kestra", name: "core", version: kestraVersion
implementation group: "io.kestra.plugin", name: "plugin-script", version: kestraVersion
compileOnly group: "io.kestra", name: "script", version: kestraVersion

// AWS libs: versions are managed by the Micronaut BOM
api platform("io.micronaut.platform:micronaut-platform:$micronautVersion")
Expand Down Expand Up @@ -110,6 +110,7 @@ dependencies {

testImplementation group: "io.kestra", name: "core", version: kestraVersion
testImplementation group: "io.kestra", name: "core", version: kestraVersion, classifier: 'tests'
testImplementation group: "io.kestra", name: "script", version: kestraVersion
testImplementation group: "io.kestra", name: "storage-local", version: kestraVersion
testImplementation group: "io.kestra", name: "runner-memory", version: kestraVersion
testImplementation group: "io.kestra", name: "repository-memory", version: kestraVersion
Expand Down

0 comments on commit 4c42844

Please sign in to comment.