Skip to content

Commit

Permalink
Removed unneeded duplication jvm plugin declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
sksamuel committed Sep 19, 2022
1 parent 41074cf commit 918d60e
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 63 deletions.
4 changes: 0 additions & 4 deletions hoplite-arrow/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
plugins {
kotlin("jvm")
}

dependencies {
api(projects.hopliteCore)
testImplementation(projects.hopliteToml)
Expand Down
5 changes: 1 addition & 4 deletions hoplite-azure/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ dependencies {
api(projects.hopliteCore)
api(libs.azure.security.keyvault.secrets)
api(libs.azure.identity)
// TODO: Use new artifact as group changed.
// TODO: Use new artifact as group changed.
testApi("io.kotest:kotest-extensions-testcontainers:_")
// moved:Testing.kotest.extensions.testContainers)
testApi(Testing.kotest.extensions.testContainers)
}

apply("../publish.gradle.kts")
4 changes: 0 additions & 4 deletions hoplite-consul/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
plugins {
kotlin("jvm")
}

dependencies {
api(projects.hopliteCore)
api(libs.consul.client)
Expand Down
4 changes: 0 additions & 4 deletions hoplite-core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
plugins {
kotlin("jvm")
}

dependencies {
api(libs.kotlin.reflect)
}
Expand Down
4 changes: 0 additions & 4 deletions hoplite-cronutils/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
plugins {
kotlin("jvm")
}

dependencies {
api(projects.hopliteCore)
api(libs.cron.utils)
Expand Down
4 changes: 0 additions & 4 deletions hoplite-datetime/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
plugins {
kotlin("jvm")
}

dependencies {
api(projects.hopliteCore)
implementation(KotlinX.datetime)
Expand Down
4 changes: 1 addition & 3 deletions hoplite-gcp/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
dependencies {
api(projects.hopliteCore)
api(libs.google.cloud.secretmanager)
// TODO: Use new artifact as group changed.
testApi("io.kotest:kotest-extensions-testcontainers:_")
// moved:Testing.kotest.extensions.testContainers)
testImplementation(Testing.kotest.extensions.testContainers)
}

apply("../publish.gradle.kts")
4 changes: 0 additions & 4 deletions hoplite-hdfs/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
plugins {
kotlin("jvm")
}

dependencies {
api(projects.hopliteCore)
api(libs.hadoop.common)
Expand Down
4 changes: 0 additions & 4 deletions hoplite-hikaricp/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
plugins {
kotlin("jvm")
}

dependencies {
api(projects.hopliteCore)
api(libs.hikaricp)
Expand Down
4 changes: 0 additions & 4 deletions hoplite-javax/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
plugins {
kotlin("jvm")
}

dependencies {
api(projects.hopliteCore)
testImplementation(projects.hopliteToml)
Expand Down
4 changes: 0 additions & 4 deletions hoplite-json/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
plugins {
kotlin("jvm")
}

dependencies {
api(projects.hopliteCore)
implementation(libs.jackson.core)
Expand Down
4 changes: 0 additions & 4 deletions hoplite-micrometer-datadog/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
plugins {
kotlin("jvm")
}

dependencies {
api(projects.hopliteCore)
implementation(libs.micrometer.registry.datadog)
Expand Down
4 changes: 0 additions & 4 deletions hoplite-micrometer-prometheus/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
plugins {
kotlin("jvm")
}

dependencies {
api(projects.hopliteCore)
implementation(libs.micrometer.registry.prometheus)
Expand Down
4 changes: 0 additions & 4 deletions hoplite-micrometer-statsd/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
plugins {
kotlin("jvm")
}

dependencies {
api(projects.hopliteCore)
implementation(libs.micrometer.registry.statsd)
Expand Down
4 changes: 0 additions & 4 deletions hoplite-toml/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
plugins {
kotlin("jvm")
}

dependencies {
api(projects.hopliteCore)
implementation(libs.tomlj)
Expand Down
4 changes: 0 additions & 4 deletions hoplite-vavr/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
plugins {
kotlin("jvm")
}

dependencies {
api(projects.hopliteCore)
testImplementation(projects.hopliteToml)
Expand Down

0 comments on commit 918d60e

Please sign in to comment.