We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c354e6a commit 68d3b58Copy full SHA for 68d3b58
3 files changed
build.gradle
@@ -1,6 +1,6 @@
1
buildscript {
2
ext {
3
- version = '4.2.0'
+ version = '4.2.1'
4
group = 'com.github.proxer'
5
6
errorpronePluginVersion = '0.0.13'
@@ -65,5 +65,5 @@ allprojects {
65
}
66
67
task wrapper(type: Wrapper) {
68
- gradleVersion = '4.3'
+ gradleVersion = '4.3.1'
69
gradle/wrapper/gradle-wrapper.jar
15 Bytes
gradle/wrapper/gradle-wrapper.properties
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-4.3-bin.zip
+distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-bin.zip
0 commit comments