Skip to content

Commit

Permalink
Merge pull request #388 from kbhardwaj123/fix-gradle-version
Browse files Browse the repository at this point in the history
Fixes #387: Fix for gradle distribution url and spotless plugin
  • Loading branch information
ujjwalagrawal17 authored Aug 19, 2020
2 parents 1e99453 + bccaabe commit e73492e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
}

plugins {
id "com.diffplug.gradle.spotless" version "5.1.1"
id "com.diffplug.spotless" version "5.1.1"
id "org.jlleitschuh.gradle.ktlint" version "9.3.0"
}

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-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip

0 comments on commit e73492e

Please sign in to comment.