From ec6354b9afad05121fb80096ed5321c49cdb89bf Mon Sep 17 00:00:00 2001 From: Puneet Behl Date: Tue, 8 Jun 2021 23:36:06 +0530 Subject: [PATCH] Remove com.netflix.nebula:gradle-extra-configurations-plugin from the classpath --- build.gradle | 1 - 1 file changed, 1 deletion(-) diff --git a/build.gradle b/build.gradle index d1e2e19b62f..daad93f2da0 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,6 @@ buildscript { maven { url "https://plugins.gradle.org/m2/" } } dependencies { - classpath "com.netflix.nebula:gradle-extra-configurations-plugin:2.2.0" classpath "io.github.gradle-nexus:publish-plugin:1.0.0" classpath 'com.bmuschko:gradle-nexus-plugin:2.3.1' classpath "io.github.groovylang.groovydoc:groovydoc-gradle-plugin:1.0.1"