Skip to content

Commit

Permalink
ES-1747: remove unnecessary pluign refrence
Browse files Browse the repository at this point in the history
  • Loading branch information
ronanbrowne committed Dec 15, 2023
1 parent ea7dd88 commit cdb89a0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ mockitoVersion = "5.3.0"
mockitoKotlinVersion = "5.2.1"

# Plugins
artifactoryVersion = "4.28.2"
avroGradleVersion = "1.3.0"
cyclonedxVersion = "1.7.4"
dokkaVersion = "1.8.20"
Expand Down Expand Up @@ -78,7 +77,6 @@ test-runtime = ["junit-engine", "junit-platform"]

[plugins]
avro-gradle = { id = "com.github.davidmc24.gradle.plugin.avro-base", version.ref = "avroGradleVersion" }
artifactory = { id = "com.jfrog.artifactory", version.ref = "artifactoryVersion" }
cyclonedx-bom = { id = "org.cyclonedx.bom", version.ref = "cyclonedxVersion" }
dependency-check-versions = { id = "com.github.ben-manes.versions", version.ref = "dependencyCheckVersion" }
detekt = { id = "io.gitlab.arturbosch.detekt", version.ref = "detektVersion" }
Expand Down
2 changes: 0 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ pluginManagement {
}

}

plugins {
id 'com.gradle.enterprise' version gradleEnterpriseVersion
id 'com.gradle.common-custom-user-data-gradle-plugin' version gradleDataPlugin
id "com.jfrog.artifactory" version artifactoryPluginVersion
}
}
plugins {
Expand Down

0 comments on commit cdb89a0

Please sign in to comment.