Skip to content

Commit

Permalink
Add note about specifying custom Gradle installation to README
Browse files Browse the repository at this point in the history
Issue: #3
  • Loading branch information
eriwen committed Jun 28, 2018
1 parent 333f328 commit 6e34c61
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 6e34c61

Please sign in to comment.