From 5f92cf0cf727706216ce2a8075cc7dbf7f7a6fc2 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Tue, 14 Sep 2021 09:53:19 +0100 Subject: [PATCH] I'm dying here --- eco-core/core-plugin/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eco-core/core-plugin/build.gradle b/eco-core/core-plugin/build.gradle index 79e7280..3bc3648 100644 --- a/eco-core/core-plugin/build.gradle +++ b/eco-core/core-plugin/build.gradle @@ -9,6 +9,8 @@ dependencies { compileOnly 'net.essentialsx:EssentialsX:2.19.0' } +build.dependsOn publishToMavenLocal + publishing { publications { maven(MavenPublication) {