From 1cc0972806698054c2f158e916d66fa17e9ebc80 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Wed, 15 Feb 2023 21:15:57 +0000 Subject: [PATCH] Oops --- eco-core/core-plugin/build.gradle | 7 ------- 1 file changed, 7 deletions(-) diff --git a/eco-core/core-plugin/build.gradle b/eco-core/core-plugin/build.gradle index 2084503e..a50271d0 100644 --- a/eco-core/core-plugin/build.gradle +++ b/eco-core/core-plugin/build.gradle @@ -8,13 +8,6 @@ dependencies { compileOnly 'net.essentialsx:EssentialsX:2.19.0' } -task createJar(type: org.gradle.jvm.tasks.Jar) { - from configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) } - into 'lib' - duplicatesStrategy(DuplicatesStrategy.EXCLUDE) -} - -build.finalizedBy createJar build.dependsOn publishToMavenLocal publishing {