Java Test Fixtures Plugin
Adds support for producing test fixtures. This plugin will automatically create a `testFixtures` source set, and wires the tests to use those test fixtures automatically. Other projects may consume the test fixtures of the current project by declaring a dependency using the testFixtures method.
See also
<a href="https://docs. gradle. org/current/userguide/java_testing. html#sec:java_test_fixtures">Java Test Fixtures reference</a>