uschindler commented on PR #14651:
URL: https://github.com/apache/lucene/pull/14651#issuecomment-2873029220

   Something like:
   
   ```groovy
   filter(ReplaceTokens, tokens: [ 
            'ecj-lint-config': 
ecjLintFile.getText('UTF-8').replaceAll(/=error\b/, '=' + errorMode)
              
+'org.eclipse.jdt.core.compiler.codegen.targetPlatform='+targetVersion /..... 
and so on
    ]) 
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to