From f87420a37a602c81d5467bda4fad1becf9821fe3 Mon Sep 17 00:00:00 2001 From: Luck Date: Fri, 19 Oct 2018 15:48:55 +0100 Subject: more buildscript changes --- spark-sponge/build.gradle | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'spark-sponge') diff --git a/spark-sponge/build.gradle b/spark-sponge/build.gradle index 494b872..b9388b9 100644 --- a/spark-sponge/build.gradle +++ b/spark-sponge/build.gradle @@ -4,8 +4,8 @@ plugins { dependencies { compile project(':spark-common') - compileOnly 'org.spongepowered:spongeapi:8.0.0-SNAPSHOT' - annotationProcessor 'org.spongepowered:spongeapi:8.0.0-SNAPSHOT' + compileOnly 'org.spongepowered:spongeapi:7.1.0' + annotationProcessor 'org.spongepowered:spongeapi:7.1.0' } blossom { @@ -13,12 +13,3 @@ blossom { replaceToken '@version@', project.pluginVersion replaceToken '@desc@', project.pluginDescription } - -// Only used occasionally for deployment - not needed for normal builds. -/* -apply plugin: 'signing' -signing { - useGpgCmd() - sign configurations.archives -} -*/ \ No newline at end of file -- cgit