Skip to content

Commit

Permalink
Remove plugins that can't be config cache compliant and are IVy based
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Nov 18, 2023
1 parent f8376a0 commit 1bf4945
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 750 deletions.
16 changes: 0 additions & 16 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -167,14 +167,6 @@ gradlePlugin {
tags.set(['nebula', 'publish', 'ivy'])
}

ivyCompileOnly {
id = 'com.netflix.nebula.ivy-compile-only'
displayName = 'com.netflix.nebula.ivy-compile-only'
description = 'Plugins to ease maven-publish and ivy-publish configuration'
implementationClass = 'nebula.plugin.publishing.ivy.IvyCompileOnlyPlugin'
tags.set(['nebula', 'publish', 'ivy'])
}

ivyManifest {
id = 'com.netflix.nebula.ivy-manifest'
displayName = 'com.netflix.nebula.ivy-manifest'
Expand Down Expand Up @@ -223,14 +215,6 @@ gradlePlugin {
tags.set(['nebula', 'publish', 'ivy'])
}

ivyRemovePlatformDependencies {
id = 'com.netflix.nebula.ivy-remove-platform-dependencies'
displayName = 'com.netflix.nebula.ivy-remove-platform-dependencies'
description = 'Plugins to ease maven-publish and ivy-publish configuration'
implementationClass = 'nebula.plugin.publishing.ivy.IvyRemovePlatformDependenciesPlugin'
tags.set(['nebula', 'publish', 'ivy'])
}

publishVerification {
id = 'com.netflix.nebula.publish-verification'
displayName = 'com.netflix.nebula.publish-verification'
Expand Down
2 changes: 1 addition & 1 deletion gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ com.jcraft:jzlib:1.1.2=integTestRuntimeClasspath,runtimeClasspath,testRuntimeCla
com.netflix.nebula:gradle-contacts-plugin:7.0.1=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:gradle-dependency-lock-plugin:13.2.2=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:gradle-info-plugin:12.1.4=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:gradle-resolution-rules-plugin:10.2.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:gradle-resolution-rules-plugin:11.2.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:gradle-scm-plugin:7.0.0=integTestRuntimeClasspath,testRuntimeClasspath
com.netflix.nebula:nebula-dependencies-comparison:0.2.1=integTestRuntimeClasspath,testRuntimeClasspath
com.netflix.nebula:nebula-dependency-recommender:12.2.0=integTestCompileClasspath,integTestRuntimeClasspath,testCompileClasspath,testRuntimeClasspath
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ class IvyPublishPlugin implements Plugin<Project> {
project.plugins.apply IvyNebulaPublishPlugin
project.plugins.apply IvyBasePublishPlugin
project.plugins.apply IvyResolvedDependenciesPlugin
project.plugins.apply IvyCompileOnlyPlugin
project.plugins.apply IvyManifestPlugin
project.plugins.apply IvyRemovePlatformDependenciesPlugin
project.plugins.apply IvyRemoveInvalidDependenciesPlugin
project.plugins.apply IvyShadowPublishPlugin
project.plugins.apply SpringBootJarPlugin
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 1bf4945

Please sign in to comment.