3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-11-16 21:10:30 +01:00

A little debugging(?)

Dieser Commit ist enthalten in:
Andrew Steinborn 2021-05-15 08:29:50 -04:00
Ursprung c753037b7b
Commit 707de2dfba

Datei anzeigen

@ -144,6 +144,8 @@ public class ApiAnnotationProcessor extends AbstractProcessor {
try (Writer writer = new BufferedWriter(object.openWriter())) {
new Gson().toJson(description, writer);
}
processingEnv.getMessager().printMessage(Diagnostic.Kind.NOTE,
"Wrote velocity-plugin.json to " + object.toUri());
pluginClassFound = qualifiedName.toString();
} catch (IOException e) {
processingEnv.getMessager()