We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 322f396 + 9961c7b commit 91fd557Copy full SHA for 91fd557
3 files changed
build.gradle
@@ -1,6 +1,5 @@
1
import org.gradle.internal.jvm.Jvm
2
import org.apache.tools.ant.util.TeeOutputStream
3
-// TODO: test for tags that span multiple lines
4
boolean debug = false
5
6
class Tags {
gg.bat
@@ -0,0 +1 @@
+gradlew %*
gradle/wrapper/gradle-wrapper.properties
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
-distributionUrl=https\://services.gradle.org/distributions/gradle-2.14.1-all.zip
+distributionUrl=https\://services.gradle.org/distributions-snapshots/gradle-3.1-20160730000026+0000-bin.zip
0 commit comments