Skip to content

Instantly share code, notes, and snippets.

@ericzumba
Created August 8, 2016 21:01
Show Gist options
  • Save ericzumba/7020a1b878496e5707c87d24d4ccf794 to your computer and use it in GitHub Desktop.
Save ericzumba/7020a1b878496e5707c87d24d4ccf794 to your computer and use it in GitHub Desktop.
gradle version snippet
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