Skip to content

Commit

Permalink
Update to Gradle 4.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chetanmeh committed Nov 28, 2018
1 parent a183b3e commit e478978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,7 @@ subprojects {
enabled false
}

configurations.archives.with {
artifacts.remove artifacts.find { it.archiveTask.is distZip }
}
configurations.archives.artifacts.removeAll {it.file =~ 'zip'}
}
}
}
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,6 +3,6 @@

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.8.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit e478978

Please sign in to comment.