diff options
Diffstat (limited to 'spark-velocity/build.gradle')
-rw-r--r-- | spark-velocity/build.gradle | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/spark-velocity/build.gradle b/spark-velocity/build.gradle new file mode 100644 index 0000000..aeeba60 --- /dev/null +++ b/spark-velocity/build.gradle @@ -0,0 +1,14 @@ +plugins { + id 'ninja.miserable.blossom' version '1.0.1' +} + +dependencies { + compile project(':spark-common') + compileOnly 'com.velocitypowered:velocity-api:1.0-SNAPSHOT' + annotationProcessor 'com.velocitypowered:velocity-api:1.0-SNAPSHOT' +} + +blossom { + replaceTokenIn('src/main/java/me/lucko/spark/velocity/SparkVelocityPlugin.java') + replaceToken '@version@', project.pluginVersion +}
\ No newline at end of file |