Skip to content

Instantly share code, notes, and snippets.

@pallocchi
Last active August 29, 2015 14:23
Show Gist options
  • Save pallocchi/3a79b1458c12e35b0d81 to your computer and use it in GitHub Desktop.
Save pallocchi/3a79b1458c12e35b0d81 to your computer and use it in GitHub Desktop.
Gradle plugin build
buildscript {
repositories {
flatDir name: 'libs', dirs: "/tmp/repo"
}
dependencies {
classpath 'com.mandarine.gradle:gradle-plugin:1.0'
}
}
apply plugin: 'toys'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment