Skip to content

Commit

Permalink
Gradle and ktlint update
Browse files Browse the repository at this point in the history
* Gradle -> 4.8.1
* ktlint -> 0.24.0
* ktlint Gradle plugin -> 4.1.0
  • Loading branch information
Aaron He committed Jul 1, 2018
1 parent 8fe7577 commit 078d5b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ buildscript {
}

plugins {
id 'org.jlleitschuh.gradle.ktlint' version '4.0.0'
id 'org.jlleitschuh.gradle.ktlint' version '4.1.0'
}

ktlint {
version = '0.23.1'
version = '0.24.0'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-all.zip

0 comments on commit 078d5b1

Please sign in to comment.