From 6e34c6125744df742fe286e3d4922d6e31fb4b06 Mon Sep 17 00:00:00 2001 From: Eric Wendelin Date: Wed, 27 Jun 2018 18:30:58 -0700 Subject: [PATCH] Add note about specifying custom Gradle installation to README Issue: #3 --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 96a70f6..6c122ea 100644 --- a/README.md +++ b/README.md @@ -153,8 +153,7 @@ You can use normalizers by annotating your JUnit test class with `@SamplesOutput Custom normalizers must implement the `org.gradle.samples.test.OutputNormalizer` interface. The two above are included in sample-check. -See docs for: +### Custom Gradle installation + +To allow Gradle itself to run using test versions of Gradle, the `GradleSamplesRunner` allows a custom installation to be injected using the system property "integTest.gradleHomeDir". - - [sample-check](sample-check/README.md) — run and verify samples' output. - - [sample-discovery](sample-discovery/README.md) — discover and parse sample configuration. - - sample-expo (not quite ready yet) — search and show off samples.