chrisrueger commented on issue #4007: URL: https://github.com/apache/logging-log4j2/issues/4007#issuecomment-3720676735
FYI bnd 7.2.1-RC1 is available: https://github.com/bndtools/bnd/wiki/Changes-in-7.2.1 This should contain `biz.aQute.bnd.annotation` compiled for java 8. https://bndtools.jfrog.io/ui/native/libs-release/biz/aQute/bnd/biz.aQute.bnd.annotation/7.2.1-RC1/ ``` pluginManagement { plugins { id "biz.aQute.bnd.builder" version "7.2.1-RC1" } repositories { maven { url = uri("https://bndtools.jfrog.io/bndtools/libs-release") } } } ``` Feedback is appreciated, maybe https://github.com/bndtools/bnd/issues/7026. -- 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]
