From 0140634dac11abd6c28ea33f1abd345d12be5585 Mon Sep 17 00:00:00 2001 From: Auxilor Date: Fri, 18 Feb 2022 15:10:44 +0000 Subject: [PATCH] build.gradle messages --- build.gradle | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/build.gradle b/build.gradle index d04218b..ec08c4a 100644 --- a/build.gradle +++ b/build.gradle @@ -90,3 +90,15 @@ java.sourceCompatibility = JavaVersion.VERSION_16 compileJava.options.encoding = 'UTF-8' 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 \ No newline at end of file