Skip to content

Instantly share code, notes, and snippets.

@pallocchi
Last active August 29, 2015 14:23
Show Gist options
  • Save pallocchi/42ae6771ad4c1580b30e to your computer and use it in GitHub Desktop.
Save pallocchi/42ae6771ad4c1580b30e to your computer and use it in GitHub Desktop.
Gradle plugin build
apply plugin: 'groovy'
group = 'com.mandarine.gradle'
version = '1.0'
dependencies {
compile gradleApi()
compile localGroovy()
}
uploadArchives {
repositories {
flatDir {
dirs "/tmp/repo"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment