diff options
author | Luck <git@lucko.me> | 2018-10-19 15:48:55 +0100 |
---|---|---|
committer | Luck <git@lucko.me> | 2018-10-19 15:48:55 +0100 |
commit | f87420a37a602c81d5467bda4fad1becf9821fe3 (patch) | |
tree | b976ca0fe91750439a48b4699e4328e5810a0355 /spark-sponge | |
parent | 9cd98991df3d2f7fa448c0cf48eb7a11fcae0dca (diff) | |
download | spark-f87420a37a602c81d5467bda4fad1becf9821fe3.tar.gz spark-f87420a37a602c81d5467bda4fad1becf9821fe3.tar.bz2 spark-f87420a37a602c81d5467bda4fad1becf9821fe3.zip |
more buildscript changes
Diffstat (limited to 'spark-sponge')
-rw-r--r-- | spark-sponge/build.gradle | 13 |
1 files changed, 2 insertions, 11 deletions
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 |