From 088eae84f103f1a5495fcb5e22fa27a60875456e Mon Sep 17 00:00:00 2001 From: Federico Pecora Date: Thu, 16 Jan 2020 11:49:41 +0100 Subject: [PATCH] Revert to maven plugin for jitpack --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 1f7435b36..2a0ff3d65 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ apply plugin: 'java' apply plugin: 'eclipse' // The Maven publish plugin is only required if your package is used as a library. -apply plugin: 'maven-publish' +apply plugin: 'maven' // The Application plugin and mainClassName attribute are only required if // your package is used as a binary.