nodece opened a new pull request, #25529: URL: https://github.com/apache/pulsar/pull/25529
#### Motivation Broker tests configured NAR and JAR paths through `rootProject.project(...)` inside the test task action. That captures Gradle `Project` objects in the task configuration and breaks configuration cache for `:pulsar-broker:test`. #### Changes - replace broker test cross-project task lookups with resolvable dependency configurations - resolve required broker test NAR and JAR artifacts through `resolvedArtifacts` - keep the existing test system properties while making the test task compatible with configuration cache -- 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]
