mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
A little debugging(?)
This commit is contained in:
@@ -144,6 +144,8 @@ public class ApiAnnotationProcessor extends AbstractProcessor {
|
|||||||
try (Writer writer = new BufferedWriter(object.openWriter())) {
|
try (Writer writer = new BufferedWriter(object.openWriter())) {
|
||||||
new Gson().toJson(description, writer);
|
new Gson().toJson(description, writer);
|
||||||
}
|
}
|
||||||
|
processingEnv.getMessager().printMessage(Diagnostic.Kind.NOTE,
|
||||||
|
"Wrote velocity-plugin.json to " + object.toUri());
|
||||||
pluginClassFound = qualifiedName.toString();
|
pluginClassFound = qualifiedName.toString();
|
||||||
} catch (IOException e) {
|
} catch (IOException e) {
|
||||||
processingEnv.getMessager()
|
processingEnv.getMessager()
|
||||||
|
|||||||
Reference in New Issue
Block a user