Skip to content

Commit

Permalink
upgraded to gradle 4.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
liebhaeuser committed Sep 28, 2018
1 parent 93c4655 commit c3a1166
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.iml
.gradle
.idea
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,8 @@ dependencies {
// compile "org.stagemonitor:stagemonitor-alerting:$stagemonitorVersion"
// compile "org.stagemonitor:stagemonitor-ehcache:$stagemonitorVersion"
}

task wrapper(type: Wrapper) {
gradleVersion = "4.10.2"
distributionType = "all"
}
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Tue Jan 16 08:45:08 CET 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-all.zip

0 comments on commit c3a1166

Please sign in to comment.