Added link to example build.gradle

This commit is contained in:
Erik C. Thauvin 2016-01-28 08:16:19 -08:00
parent b1b72d6051
commit 35ee113a04

View file

@ -178,7 +178,7 @@ compileJava {
The plugin implements a separate compile task that only runs the annotation processor and is executed during the build phase.
Please look at the `build.gradle` file in the [example](https://github.com/ethauvin/semver/tree/master/example) module directory for a sample.
Please look at the [build.gradle](https://github.com/ethauvin/semver/blob/master/example/build.gradle) file in the [example](https://github.com/ethauvin/semver/tree/master/example) module directory for a sample.
### Kobalt