From 8e25dac340a07f7a57a13bdde53b0605779ea920 Mon Sep 17 00:00:00 2001 From: Luck Date: Mon, 15 Oct 2018 22:00:05 +0100 Subject: Implement tab completion, update readme --- spark-bukkit/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'spark-bukkit/build.gradle') diff --git a/spark-bukkit/build.gradle b/spark-bukkit/build.gradle index e2f4da0..7fd90d6 100644 --- a/spark-bukkit/build.gradle +++ b/spark-bukkit/build.gradle @@ -6,6 +6,7 @@ dependencies { processResources { from(sourceSets.main.resources.srcDirs) { expand 'pluginVersion': project.pluginVersion + expand 'pluginDesc': project.pluginDesc include 'plugin.yml' } } \ No newline at end of file -- cgit