diff options
Diffstat (limited to 'spark-bungeecord/build.gradle')
-rw-r--r-- | spark-bungeecord/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/spark-bungeecord/build.gradle b/spark-bungeecord/build.gradle index bb87a73..7713359 100644 --- a/spark-bungeecord/build.gradle +++ b/spark-bungeecord/build.gradle @@ -6,6 +6,7 @@ dependencies { processResources { from(sourceSets.main.resources.srcDirs) { expand 'pluginVersion': project.pluginVersion + expand 'pluginDesc': project.pluginDesc include 'bungee.yml' } }
\ No newline at end of file |