You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -212,6 +213,10 @@ public AbstractJavaCodegen() {
212
213
publicvoidprocessOpts() {
213
214
super.processOpts();
214
215
216
+
if (StringUtils.isEmpty(System.getenv("JAVA_POST_PROCESS_FILE"))) {
217
+
LOGGER.info("Environment variable JAVA_POST_PROCESS_FILE not defined so the Java code may not be properly formatted. To define it, try 'export JAVA_POST_PROCESS_FILE=\"/usr/local/bin/clang-format -i\"' (Linux/Mac)");
218
+
}
219
+
215
220
if (additionalProperties.containsKey(SUPPORT_JAVA6)) {
0 commit comments