Skip to content

Commit

Permalink
update Readme to release 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ngbinh committed Dec 18, 2014
1 parent 3158b85 commit c483f76
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@
maven repo: http://dl.bintray.com/ngbinh/maven
groupId: org.github.ngbinh.scalastyle
artifactId: gradle-scalastyle-plugin_2.11
version: 0.6.0
version: 0.7.0
```

Use `artifactId: gradle-scalastyle-plugin_2.10` if you want to use scala `2.10`

```groovy
apply plugin: 'scalaStyle'
```

Add following dependencies to your buildScript

```groovy
classpath "org.github.ngbinh.scalastyle:gradle-scalastyle-plugin_2.11:0.6.0"
classpath "org.github.ngbinh.scalastyle:gradle-scalastyle-plugin_2.11:0.7.0"
```

Configure the plugin
Expand Down Expand Up @@ -57,7 +59,7 @@ buildscript {
}
dependencies {
classpath 'org.github.ngbinh.scalastyle:gradle-scalastyle-plugin_2.11:0.6.0'
classpath 'org.github.ngbinh.scalastyle:gradle-scalastyle-plugin_2.11:0.7.0'
}
}
Expand Down

0 comments on commit c483f76

Please sign in to comment.