From 0f60bb08a39c9e0f5574fc5808aeda49b89d2b9b Mon Sep 17 00:00:00 2001 From: Marco Ferrer <35935108+marcoferrer@users.noreply.github.com> Date: Tue, 11 Dec 2018 17:05:07 -0500 Subject: [PATCH] revert noise --- .../gradle/wrapper/gradle-wrapper.properties | 2 +- src/main/groovy/com/google/protobuf/gradle/Utils.groovy | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/exampleKotlinDslProject/gradle/wrapper/gradle-wrapper.properties b/examples/exampleKotlinDslProject/gradle/wrapper/gradle-wrapper.properties index 75b8c7c8..e0b3fb8d 100644 --- a/examples/exampleKotlinDslProject/gradle/wrapper/gradle-wrapper.properties +++ b/examples/exampleKotlinDslProject/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/src/main/groovy/com/google/protobuf/gradle/Utils.groovy b/src/main/groovy/com/google/protobuf/gradle/Utils.groovy index 73021f15..6a134fb0 100644 --- a/src/main/groovy/com/google/protobuf/gradle/Utils.groovy +++ b/src/main/groovy/com/google/protobuf/gradle/Utils.groovy @@ -159,5 +159,4 @@ class Utils { } } } - }