From 9e8b9ec79d42411ad18604b2f2615419d18a2b5e Mon Sep 17 00:00:00 2001 From: Senmori Date: Sun, 26 Aug 2018 21:49:20 +1000 Subject: Update plugin-annotations to 1.13 * Add more checks to ensure plugin's are using @Plugin correctly. * Add no-args constructor check. * Break up some checks to get better error messages. * Update error messages to be more informative. * Update Bukkit version to 1.13 * Bump version --- pom.xml | 4 +-- .../java/annotation/PluginAnnotationProcessor.java | 38 ++++++++++++++++++---- 2 files changed, 33 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 47e0c68..bc130ae 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ org.spigotmc plugin-annotations - 1.2.0-SNAPSHOT + 1.2.1-SNAPSHOT jar Plugin Annotations @@ -54,7 +54,7 @@ org.bukkit bukkit - 1.12.2-R0.1-SNAPSHOT + 1.13-R0.1-SNAPSHOT compile