Skip to content

Commit

Permalink
fix gradlew error
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Mar 23, 2017
1 parent c4ce18f commit aa9157b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ APP_NAME="Gradle"
APP_BASE_NAME=`basename "$0"`

# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS="-Dkotlin.colors.enabled=false" // Workaround for https://youtrack.jetbrains.com/issue/KT-17016
DEFAULT_JVM_OPTS="-Dkotlin.colors.enabled=false" # Workaround for https://youtrack.jetbrains.com/issue/KT-17016

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD="maximum"
Expand Down

0 comments on commit aa9157b

Please sign in to comment.