diff --git a/src/main/resources/META-INF/rewrite/spring-boot-32.yml b/src/main/resources/META-INF/rewrite/spring-boot-32.yml index a583255a..32315fd0 100644 --- a/src/main/resources/META-INF/rewrite/spring-boot-32.yml +++ b/src/main/resources/META-INF/rewrite/spring-boot-32.yml @@ -87,9 +87,12 @@ recipeList: - org.openrewrite.text.FindAndReplace: find: org.springframework.boot.loader.JarLauncher replace: org.springframework.boot.loader.launch.JarLauncher + plaintextOnly: true - org.openrewrite.text.FindAndReplace: find: org.springframework.boot.loader.PropertiesLauncher replace: org.springframework.boot.loader.launch.PropertiesLauncher + plaintextOnly: true - org.openrewrite.text.FindAndReplace: find: org.springframework.boot.loader.WarLauncher replace: org.springframework.boot.loader.launch.WarLauncher + plaintextOnly: true