mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 20:50:55 +00:00
Fix the layout issue in the donation message (#21184)
The emoji might not render correctly for Windows users.
This commit is contained in:
parent
d04c0ddbb4
commit
3bac186b2f
@ -959,11 +959,11 @@ public class DefaultCodegen implements CodegenConfig {
|
||||
@Override
|
||||
@SuppressWarnings("static-method")
|
||||
public void postProcess() {
|
||||
System.out.println("################################################################################");
|
||||
System.out.println("# Thanks for using OpenAPI Generator. #");
|
||||
System.out.println("# Please consider donation to help us maintain this project \uD83D\uDE4F #");
|
||||
System.out.println("# https://opencollective.com/openapi_generator/donate #");
|
||||
System.out.println("################################################################################");
|
||||
System.out.println("############################################################################################");
|
||||
System.out.println("# Thanks for using OpenAPI Generator. #");
|
||||
System.out.println("# We appreciate your support! Please consider donation to help us maintain this project. #");
|
||||
System.out.println("# https://opencollective.com/openapi_generator/donate #");
|
||||
System.out.println("############################################################################################");
|
||||
}
|
||||
|
||||
// override with any special post-processing
|
||||
|
Loading…
x
Reference in New Issue
Block a user