Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
* origin/master:
  Updated README (gradle snippet consistency)
  • Loading branch information
shyiko committed Oct 22, 2017
2 parents 0873a52 + 0e69ca1 commit dac826f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ To run formatter - `mvn antrun:run@ktlint-format`.
> build.gradle
```groovy
apply plugin: 'java'
apply plugin: "java"
repositories {
mavenCentral()
Expand All @@ -172,7 +172,7 @@ configurations {
}
dependencies {
ktlint 'com.github.shyiko:ktlint:0.10.0'
ktlint "com.github.shyiko:ktlint:0.10.0"
// additional 3rd party ruleset(s) can be specified here
// just add them to the classpath (ktlint 'groupId:artifactId:version') and
// ktlint will pick them up
Expand Down

0 comments on commit dac826f

Please sign in to comment.