Fixed a link to build script

This commit is contained in:
Ekaterina Prigara 2016-12-05 15:13:03 +01:00
parent a667b02c52
commit 213c77c2c8

View File

@ -72,8 +72,8 @@ Finally, specify a JVM Gradle will use, it can be the Project JDK. You also conf
Now, add the following script to your `build.gradle file`, overwriting any existing contents.
```java
{% include /code_samples/gradle_plugin_demo/src/build.gradle %}
```groovy
{% include /code_samples/gradle_plugin_demo/build.gradle %}
```
### 1.4. Running a simple plugin