From 2d22df404a36c220ce97f1123c8516c9bb5dc078 Mon Sep 17 00:00:00 2001 From: Dan Mulloy Date: Mon, 28 May 2018 23:19:56 -0400 Subject: [PATCH] Fix Gradle builds --- modules/API/pom.xml | 3 +-- modules/ProtocolLib/pom.xml | 2 +- pom.xml | 6 +++++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/modules/API/pom.xml b/modules/API/pom.xml index 9ce87178..7c5e5f47 100644 --- a/modules/API/pom.xml +++ b/modules/API/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ProtocolLib-API ProtocolLib-API - ${minorVersion} + 4.4.0-SNAPSHOT Provides read/write access to the Minecraft protocol. http://www.spigotmc.org/resources/protocollib.1997/ @@ -26,7 +26,6 @@ clean install src/main/java - src/test/java src/main/resources diff --git a/modules/ProtocolLib/pom.xml b/modules/ProtocolLib/pom.xml index b6ad5ba5..85a395aa 100644 --- a/modules/ProtocolLib/pom.xml +++ b/modules/ProtocolLib/pom.xml @@ -3,7 +3,7 @@ 4.0.0 ProtocolLib ProtocolLib - ${minorVersion} + 4.4.0-SNAPSHOT Provides read/write access to the Minecraft protocol. http://www.spigotmc.org/resources/protocollib.1997/ diff --git a/pom.xml b/pom.xml index 66a4d3be..31b0704d 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,6 @@ UTF-8 - 4.4.0-SNAPSHOT 1.12.2-R0.1-SNAPSHOT @@ -76,6 +75,11 @@ 1.1-SNAPSHOT compile + + com.hervian + lambda-factory + 2.0.2-SNAPSHOT +