aboutsummaryrefslogtreecommitdiff
path: root/spark-velocity/build.gradle
blob: a1586d7f368fa2f3bb89a4e1a28b5ddb671f3f84 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
plugins {
    id 'net.kyori.blossom' version '1.1.0'
}

dependencies {
    compile project(':spark-common')
    compileOnly 'com.velocitypowered:velocity-api:1.0.2'
    annotationProcessor 'com.velocitypowered:velocity-api:1.0.2'
}

blossom {
    replaceTokenIn('src/main/java/me/lucko/spark/velocity/VelocitySparkPlugin.java')
    replaceToken '@version@', project.pluginVersion
    replaceToken '@desc@', project.pluginDescription
}