aboutsummaryrefslogtreecommitdiff
path: root/spark-universal/build.gradle
diff options
context:
space:
mode:
authorLuck <git@lucko.me>2018-09-02 16:19:14 +0100
committerLuck <git@lucko.me>2018-09-02 16:19:14 +0100
commit272ad91f788f730d3e79a9d2b91cb5f276a92961 (patch)
treea2d4b598747a5671bb7a4ce9f01901ded359530c /spark-universal/build.gradle
parentfa2a1e5661ef40323a36283fbf913b6a1258950b (diff)
downloadspark-272ad91f788f730d3e79a9d2b91cb5f276a92961.tar.gz
spark-272ad91f788f730d3e79a9d2b91cb5f276a92961.tar.bz2
spark-272ad91f788f730d3e79a9d2b91cb5f276a92961.zip
Add support for velocity
Diffstat (limited to 'spark-universal/build.gradle')
-rw-r--r--spark-universal/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/spark-universal/build.gradle b/spark-universal/build.gradle
index d0583ac..79172e3 100644
--- a/spark-universal/build.gradle
+++ b/spark-universal/build.gradle
@@ -13,6 +13,7 @@ dependencies {
compile project(':spark-common')
compile project(':spark-bukkit')
compile project(':spark-bungeecord')
+ compile project(':spark-velocity')
compile project(':spark-sponge')
}