Skip to content

Commit c2ad4e2

Browse files
committed
Improved label hacking to support nested coroutines. Updated to Kotlin 1.1 Beta 2. Updated Gradle wrapper.
1 parent ddc0bd4 commit c2ad4e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Tue Nov 29 03:09:21 MSK 2016
1+
#Sat Feb 04 15:20:16 MSK 2017
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.1-bin.zip

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ function splitJvmOpts() {
161161
eval splitJvmOpts $DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS
162162
JVM_OPTS[${#JVM_OPTS[*]}]="-Dorg.gradle.appname=$APP_BASE_NAME"
163163

164-
# by default we should be in the correct project dir, but when runCont from Finder on Mac, the cwd is wrong
164+
# by default we should be in the correct project dir, but when run from Finder on Mac, the cwd is wrong
165165
if [[ "$(uname)" == "Darwin" ]] && [[ "$HOME" == "$PWD" ]]; then
166166
cd "$(dirname "$0")"
167167
fi

0 commit comments

Comments
 (0)