Skip to content

Commit

Permalink
Remove gradle-extra-configurations-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Mar 21, 2023
1 parent c682f3c commit 10c3d1a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ dependencies {
implementation 'com.netflix.nebula:nebula-oss-publishing-plugin:latest.release'
implementation 'com.netflix.nebula:gradle-contacts-plugin:latest.release'
implementation 'com.netflix.nebula:gradle-dependency-lock-plugin:latest.release'
implementation 'com.netflix.nebula:gradle-extra-configurations-plugin:latest.release'
implementation 'com.netflix.nebula:gradle-info-plugin:latest.release'
implementation 'com.netflix.nebula:gradle-java-cross-compile-plugin:latest.release'
implementation 'com.netflix.nebula:nebula-publishing-plugin:latest.release'
Expand Down
1 change: 0 additions & 1 deletion gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ com.jcraft:jzlib:1.1.1=integTestCompileClasspath,testCompileClasspath
com.jcraft:jzlib:1.1.2=integTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
com.netflix.nebula:gradle-contacts-plugin:7.0.0=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:gradle-dependency-lock-plugin:13.2.0=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:gradle-extra-configurations-plugin:10.0.0=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:gradle-info-plugin:12.0.1=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:gradle-java-cross-compile-plugin:8.0.0=compileClasspath,integTestCompileClasspath,integTestRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
com.netflix.nebula:gradle-scm-plugin:7.0.0=integTestRuntimeClasspath,runtimeClasspath,testRuntimeClasspath
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ class NebulaPluginPlugin implements Plugin<Project> {
'com.netflix.nebula.publish-verification',
'com.netflix.nebula.release',
'com.netflix.nebula.oss-publishing',
'com.netflix.nebula.optional-base',
'com.netflix.nebula.source-jar',
'com.netflix.nebula.integtest']

Expand Down

0 comments on commit 10c3d1a

Please sign in to comment.