paulk-asert commented on code in PR #2346:
URL: https://github.com/apache/groovy/pull/2346#discussion_r2573286296
##########
build-logic/build.gradle:
##########
@@ -33,6 +33,10 @@ dependencies {
implementation 'org.nosphere.apache:creadur-rat-gradle:0.8.1'
implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.5'
implementation 'me.champeau.jmh:jmh-gradle-plugin:0.7.2'
+ // Required for CheckstyleHtmlReport.groovy - GPathResult
+ implementation 'org.apache.groovy:groovy-xml:4.0.28'
+ // Required for org.apache.groovy-published-library.gradle - SwingBuilder
+ implementation 'org.apache.groovy:groovy-swing:4.0.28'
}
Review Comment:
None of the current folks doing releases make use of the Swing GUI for
entering signing credentials, so I think we'd prefer to swap back to just using
the console reader as the backup like we changed it for Groovy 5/master. But
everyone uses configuration via properties.
--
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]