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:
Ursprung
c753037b7b
Commit
707de2dfba
@ -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()
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren