Skip to content

Commit

Permalink
Upgrade to ktlint 0.13.0 and kotlin 1.2.0 (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymailen authored Nov 30, 2017
1 parent ebdf377 commit e1b5b13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Available on the Gradle Plugins Portal: https://plugins.gradle.org/plugin/org.jm

```groovy
plugins {
id 'org.jmailen.kotlinter' version '1.5.1'
id 'org.jmailen.kotlinter' version '1.5.2'
}
```

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.1.60'
id 'org.jetbrains.kotlin.jvm' version '1.2.0'
id 'com.gradle.plugin-publish' version '0.9.8'
id 'java-gradle-plugin'
id 'maven-publish'
Expand All @@ -12,15 +12,15 @@ repositories {
}

dependencies {
compile 'com.github.shyiko:ktlint:0.12.1'
compile 'com.github.shyiko:ktlint:0.13.0'
compileOnly 'org.jetbrains.kotlin:kotlin-gradle-plugin'
compileOnly 'com.android.tools.build:gradle:2.3.3'
testCompile 'junit:junit:4.12'
testRuntime 'org.jetbrains.kotlin:kotlin-gradle-plugin'
testRuntime 'com.android.tools.build:gradle:2.3.3'
}

version = '1.5.1'
version = '1.5.2'
group = 'org.jmailen.gradle'
def pluginId = 'org.jmailen.kotlinter'

Expand Down

0 comments on commit e1b5b13

Please sign in to comment.