keith-turner commented on code in PR #5890: URL: https://github.com/apache/accumulo/pull/5890#discussion_r2360737740
########## .github/workflows/maven.yaml: ########## @@ -68,15 +68,15 @@ jobs: - {name: 'unit-tests', javaver: 17, args: 'verify -PskipQA -DskipTests=false'} - {name: 'qa-checks', javaver: 17, args: 'verify javadoc:jar -Psec-bugs -DskipTests -Dspotbugs.timeout=3600000'} - {name: 'compat', javaver: 17, args: 'package -DskipTests -Dversion.hadoop=3.0.3 -Dversion.zookeeper=3.5.10'} - - {name: 'errorprone', javaver: 17, args: 'verify -Perrorprone,skipQA'} + - {name: 'errorprone', javaver: 17, args: 'verify -Derrorprone -PskipQA'} Review Comment: Was this a bug before this change? Went from specifying errorprone as profile to a property. -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org