9
0
mirror of https://github.com/Auxilor/Reforges.git synced 2025-12-28 03:19:29 +00:00

Added messages to build.gradle

This commit is contained in:
Auxilor
2022-02-18 15:09:33 +00:00
parent e73c3feb29
commit ffbe0d4e6c

View File

@@ -104,3 +104,15 @@ archivesBaseName = project.name
version = findProperty("version")
build.dependsOn shadowJar
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