Skip to content

Instantly share code, notes, and snippets.

@lifuzu
Created December 15, 2013 16:50
Show Gist options
  • Save lifuzu/7975243 to your computer and use it in GitHub Desktop.
Save lifuzu/7975243 to your computer and use it in GitHub Desktop.
A simplified plug-in build file
//A simplified plug-in build file
apply plugin: 'groovy'
repositories {
mavenCentral()
}
dependencies {
groovy 'org.codehaus.groovy:groovy:1.8.6'
compile gradleApi()
compile 'org.liquibase:liquibase-core:2.0.3'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment