Created
April 15, 2016 11:38
-
-
Save cyberjso/6646dd4f3f3a67bb7cf6bec8abd21b18 to your computer and use it in GitHub Desktop.
specifying nebula depdency
This file contains 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
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