From e32d6d5866c0038480f484d1f26fbd79ca968742 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 6 Sep 2020 21:49:25 +0200 Subject: [PATCH] actually apply the maven plugin maybe? --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 27f941876..f9bb475e8 100644 --- a/build.gradle +++ b/build.gradle @@ -14,6 +14,7 @@ buildscript { apply plugin: 'net.minecraftforge.gradle' apply plugin: 'eclipse' apply plugin: 'idea' +apply plugin: 'maven-publish' version = "2.0.0" group = "de.ellpeck.actuallyadditions"