openrewrite / rewrite-gradle-plugin

OpenRewrite's Gradle plugin.
Apache License 2.0
60 stars 37 forks source link

Plain text masks #127

Closed tkvangorder closed 2 years ago

tkvangorder commented 2 years ago

Add the ability to configure which files will be parsed as plain text. If no configuration is applied the defaults for the plugin are:

/META-INF/services/ /.gitignore /.gitattributes /.java-version /.sdkmanrc /gradlew /*.sh /*.bash */.bat /*.ksh */.txt */.jsp

This is related to https://github.com/openrewrite/rewrite/issues/2134