Skip to content

Instantly share code, notes, and snippets.

@marceloemanoel
Created November 5, 2012 14:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marceloemanoel/4017444 to your computer and use it in GitHub Desktop.
Save marceloemanoel/4017444 to your computer and use it in GitHub Desktop.
How to apply gradle environments plugin
buildscript {
repositories {
mavenCentral()
}
dependencies {
classpath: "com.github.marceloemanoel:gradle-environments-plugin:0.1"
}
}
apply plugin: "environments"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment