Skip to content

Instantly share code, notes, and snippets.

View Sch3lp's full-sized avatar
🐚

Tim Schraepen Sch3lp

🐚
View GitHub Profile
@Sch3lp
Sch3lp / SharedTestSourceSet.md
Last active February 1, 2022 22:10
Custom SourceSet for exposing TestBuilders through a shared-test jar using Gradle

#Context We have a project set-up of:

project-A
  a-services-api
  a-services-impl
project-B
  b-services-api
  b-services-impl
non-gradle-project-C