9
0
mirror of https://github.com/Auxilor/EcoMobs.git synced 2025-12-26 10:29:19 +00:00

build.gradle messages

This commit is contained in:
Auxilor
2022-02-18 15:10:11 +00:00
parent a741c78b6b
commit bf41554846

View File

@@ -118,4 +118,16 @@ version = findProperty("version")
compileJava.options.encoding = 'UTF-8'
build.dependsOn shadowJar
build.dependsOn publishToMavenLocal
build.dependsOn publishToMavenLocal
task buyThePlugins {
dependsOn subprojects.build
doLast {
println 'If you like the plugin, please consider buying it on Spigot or Polymart!'
println 'Spigot: https://www.spigotmc.org/resources/authors/auxilor.507394/'
println 'Polymart: https://polymart.org/user/auxilor.1107/'
println 'Buying gives you access to support and the plugin auto-updater, and it allows me to keep developing plugins.'
}
}
build.finalizedBy buyThePlugins