mirror of
https://github.com/Auxilor/EcoEnchants.git
synced 2025-02-16 04:31:22 +01:00
Added messages to build.gradle
This commit is contained in:
parent
43a313ec83
commit
b0e1714dcb
14
build.gradle
14
build.gradle
@ -115,4 +115,16 @@ publishing {
|
||||
from(components.java)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
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
|
Loading…
Reference in New Issue
Block a user