Skip to content

Commit

Permalink
Upgrade to ktlint 0.35.0 (#117) (#118)
Browse files Browse the repository at this point in the history
* Upgrade to ktlint 0.35.0 (#117)

* Upgrade kotlin to 1.3.50 (#117)
  • Loading branch information
olegivo authored and jeremymailen committed Oct 17, 2019
1 parent 2d8a316 commit 7f0920a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Available on the Gradle Plugins Portal: https://plugins.gradle.org/plugin/org.jm

```kotlin
plugins {
id("org.jmailen.kotlinter") version "2.1.1"
id("org.jmailen.kotlinter") version "2.1.2"
}
```

Expand All @@ -26,7 +26,7 @@ plugins {

```groovy
plugins {
id "org.jmailen.kotlinter" version "2.1.1"
id "org.jmailen.kotlinter" version "2.1.2"
}
```

Expand All @@ -46,7 +46,7 @@ buildscript {
}
}
dependencies {
classpath("org.jmailen.gradle:kotlinter-gradle:2.1.1")
classpath("org.jmailen.gradle:kotlinter-gradle:2.1.2")
}
}
```
Expand All @@ -71,7 +71,7 @@ buildscript {
}
}
dependencies {
classpath "org.jmailen.gradle:kotlinter-gradle:2.1.1"
classpath "org.jmailen.gradle:kotlinter-gradle:2.1.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.3.41'
id 'org.jetbrains.kotlin.jvm' version '1.3.50'
id 'com.gradle.plugin-publish' version '0.10.0'
id 'java-gradle-plugin'
id 'maven-publish'
Expand All @@ -14,7 +14,7 @@ repositories {
}

dependencies {
implementation 'com.pinterest:ktlint:0.34.2'
implementation 'com.pinterest:ktlint:0.35.0'
implementation 'me.cassiano:ktlint-html-reporter:0.2.1'

compileOnly 'org.jetbrains.kotlin:kotlin-gradle-plugin'
Expand All @@ -30,7 +30,7 @@ tasks.withType(PluginUnderTestMetadata).configureEach {
pluginClasspath.from(configurations.compileOnly)
}

version = '2.1.1'
version = '2.1.2'
group = 'org.jmailen.gradle'
def pluginId = 'org.jmailen.kotlinter'

Expand Down

0 comments on commit 7f0920a

Please sign in to comment.