Skip to content

Instantly share code, notes, and snippets.

@cyberjso
Created April 15, 2016 11:38
Show Gist options
  • Save cyberjso/6646dd4f3f3a67bb7cf6bec8abd21b18 to your computer and use it in GitHub Desktop.
Save cyberjso/6646dd4f3f3a67bb7cf6bec8abd21b18 to your computer and use it in GitHub Desktop.
specifying nebula depdency
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath "com.netflix.nebula:gradle-ospackage-plugin:3+"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment