Created
August 8, 2016 21:01
-
-
Save ericzumba/7020a1b878496e5707c87d24d4ccf794 to your computer and use it in GitHub Desktop.
gradle version snippet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GRADLE_VERSION?=2.13 | |
GRADLE_IMAGE=vivareal/gradle:$(GRADLE_VERSION) | |
GRADLE=docker run -i $(GRADLE_IMAGE) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment