Skip to content

Commit

Permalink
chore: use upgraded plugin (#14921)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmoriceau committed Jan 3, 2025
1 parent 492960f commit 05db56d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ buildscript {
plugins {
id "base"
id "com.dorongold.task-tree" version "2.1.1"
id "io.airbyte.gradle.jvm" version "0.40.0" apply false
id "io.airbyte.gradle.jvm.app" version "0.40.0" apply false
id "io.airbyte.gradle.jvm.lib" version "0.40.0" apply false
id "io.airbyte.gradle.docker" version "0.40.0" apply false
id "io.airbyte.gradle.publish" version "0.40.0" apply false
id "io.airbyte.gradle.kube-reload" version "0.40.0" apply false
id "io.airbyte.gradle.jvm" version "0.40.1" apply false
id "io.airbyte.gradle.jvm.app" version "0.40.1" apply false
id "io.airbyte.gradle.jvm.lib" version "0.40.1" apply false
id "io.airbyte.gradle.docker" version "0.40.1" apply false
id "io.airbyte.gradle.publish" version "0.40.1" apply false
id "io.airbyte.gradle.kube-reload" version "0.40.1" apply false
// uncomment for testing plugin locally
// id "io.airbyte.gradle.jvm" version "local-test" apply false
// id "io.airbyte.gradle.jvm.app" version "local-test" apply false
Expand Down

0 comments on commit 05db56d

Please sign in to comment.