Created
December 15, 2013 16:50
-
-
Save lifuzu/7975243 to your computer and use it in GitHub Desktop.
A simplified plug-in build file
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
//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