Fix the layout issue in the donation message (#21184)

The emoji might not render correctly for Windows users.
This commit is contained in:
Akihito Nakano 2025-04-30 02:45:41 +09:00 committed by GitHub
parent d04c0ddbb4
commit 3bac186b2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -959,11 +959,11 @@ public class DefaultCodegen implements CodegenConfig {
@Override @Override
@SuppressWarnings("static-method") @SuppressWarnings("static-method")
public void postProcess() { public void postProcess() {
System.out.println("################################################################################"); System.out.println("############################################################################################");
System.out.println("# Thanks for using OpenAPI Generator. #"); 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("# 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("# https://opencollective.com/openapi_generator/donate #");
System.out.println("################################################################################"); System.out.println("############################################################################################");
} }
// override with any special post-processing // override with any special post-processing