You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/16 16:37:19 UTC

[GitHub] [beam] Abacn commented on issue #18593: Stop depending on Test JARs

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org