From f88e0977e2f17f0f29bf91ab8e1470e22aafb8b5 Mon Sep 17 00:00:00 2001 From: Luck Date: Mon, 15 Oct 2018 22:20:14 +0100 Subject: Fix build --- spark-velocity/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spark-velocity') diff --git a/spark-velocity/build.gradle b/spark-velocity/build.gradle index b7f02e0..847a70d 100644 --- a/spark-velocity/build.gradle +++ b/spark-velocity/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'ninja.miserable.blossom' version '1.0.1' + id 'net.kyori.blossom' version '1.1.0' } dependencies { @@ -11,5 +11,5 @@ dependencies { blossom { replaceTokenIn('src/main/java/me/lucko/spark/velocity/SparkVelocityPlugin.java') replaceToken '@version@', project.pluginVersion - replaceToken '@desc@', project.pluginDesc + replaceToken '@desc@', project.pluginDescription } \ No newline at end of file -- cgit