Skip to content

Commit

Permalink
Upgrade to ktlint 0.28.0 and html reporter 0.2.0 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremymailen authored Sep 8, 2018
1 parent e2dbd27 commit abce6f1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Available on the Gradle Plugins Portal: https://plugins.gradle.org/plugin/org.jm
#### Single module
```groovy
plugins {
id 'org.jmailen.kotlinter' version '1.16.0'
id 'org.jmailen.kotlinter' version '1.17.0'
}
```

Expand All @@ -26,7 +26,7 @@ buildscript {
}
}
dependencies {
classpath 'org.jmailen.gradle:kotlinter-gradle:1.16.0'
classpath 'org.jmailen.gradle:kotlinter-gradle:1.17.0'
}
}
```
Expand Down
10 changes: 5 additions & 5 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.2.60'
id 'org.jetbrains.kotlin.jvm' version '1.2.61'
id 'com.gradle.plugin-publish' version '0.10.0'
id 'java-gradle-plugin'
id 'maven-publish'
Expand All @@ -12,16 +12,16 @@ repositories {
}

dependencies {
compile 'com.github.shyiko:ktlint:0.26.0'
compile 'me.cassiano:ktlint-html-reporter:0.1.2'
compile 'com.github.shyiko:ktlint:0.28.0'
compile 'me.cassiano:ktlint-html-reporter:0.2.0'
compileOnly 'org.jetbrains.kotlin:kotlin-gradle-plugin'
compileOnly 'com.android.tools.build:gradle:3.0.1'
testCompile 'junit:junit:4.12'
testRuntime 'org.jetbrains.kotlin:kotlin-gradle-plugin'
testRuntime 'com.android.tools.build:gradle:3.1.3'
}

version = '1.16.0'
version = '1.17.0'
group = 'org.jmailen.gradle'
def pluginId = 'org.jmailen.kotlinter'

Expand Down Expand Up @@ -57,5 +57,5 @@ publishing {
}

task wrapper(type: Wrapper) {
gradleVersion = '4.9'
gradleVersion = '4.10'
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.9-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit abce6f1

Please sign in to comment.