Skip to content

Commit

Permalink
release 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jk1 committed Nov 8, 2017
1 parent a1d3bd2 commit 1d83194
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,12 @@ The plugin makes use of default artifact cache, downloading each dependency only
### Simple example

```groovy
// Gradle 4.0+
// Gradle 4.3+
plugins {
id 'com.github.jk1.tcdeps' version '0.16'
}
// Gradle 4.0-4.2
plugins {
id 'com.github.jk1.tcdeps' version '0.15'
}
Expand Down

0 comments on commit 1d83194

Please sign in to comment.