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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to