[jOOQ/jOOQ#12985] Add --debug CLI hint for Gradle

This commit is contained in:
Lukas Eder 2023-12-07 12:41:11 +01:00
parent f2a4c7667c
commit 698fbc0f94

View File

@ -1136,7 +1136,7 @@ public class GenerationTool {
+ "- regular expressions depending on whitespace (Pattern.COMMENTS is turned on!)\n"
+ "- missing or inadequate object qualification\n"
+ "- the object to which the configuration was applied in the past has been dropped\n"
+ "Try turning on DEBUG logging (-X in Maven, and <logging/> in jOOQ) to get additional info about the schema"
+ "Try turning on DEBUG logging (-X in Maven, --debug in Gradle, and <logging/> in jOOQ) to get additional info about the schema"
);
for (Object o : list)