aboutsummaryrefslogtreecommitdiff
path: root/spark-velocity/build.gradle
blob: 847a70d059f982797029dbbfcce191168816f70f (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-SNAPSHOT'
    annotationProcessor 'com.velocitypowered:velocity-api:1.0-SNAPSHOT'
}

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