Skip to content

Commit

Permalink
ES-1747: remove unnecessary Gradle plugin reference (#1412)
Browse files Browse the repository at this point in the history
* ES-1747: remove unnecessary plugins reference
  • Loading branch information
ronanbrowne authored Dec 18, 2023
1 parent b49e6ee commit dfe053d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ publicArtifactURL = https://download.corda.net/maven
# dokka need more metaspace - https://github.com/Kotlin/dokka/issues/1405
org.gradle.jvmargs=-Dfile.encoding=UTF-8 -XX:MaxMetaspaceSize=2g
internalPluginVersion = 1.+
artifactoryPluginVersion = 4.28.2

gradleEnterpriseVersion = 3.14.1
gradleDataPlugin = 1.8.2
Expand Down
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.8.0"
mockitoKotlinVersion = "5.2.1"

# Plugins
artifactoryVersion = "4.28.2"
avroGradleVersion = "1.3.0"
cyclonedxVersion = "1.8.1"
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 dfe053d

Please sign in to comment.