Abacn commented on issue #18593: URL: https://github.com/apache/beam/issues/18593#issuecomment-1157890839
Starting from gradle 5.7 testfixtures plugin is officially added. Should be able to use this instead of the usage of classes property `project(...).sourceSets.test.output` which is deprecated. (documentation: https://docs.gradle.org/current/userguide/java_testing.html#sec:java_test_fixtures; example: https://stackoverflow.com/questions/5644011/multi-project-test-dependencies-with-gradle) -- 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]
