Develop a gradle plugin to automatically update testCompile dependencies to include the test source sets of project dependencies. Allows the gradle build to more closely mirror the way that tests run inside eclipse.
2 lines
86 B
INI
2 lines
86 B
INI
implementation-class=org.springframework.build.gradle.TestSourceSetDependenciesPlugin
|