Skip to content

Instantly share code, notes, and snippets.

@kyonmm
Created March 18, 2013 13:24
Show Gist options
  • Select an option

  • Save kyonmm/5187104 to your computer and use it in GitHub Desktop.

Select an option

Save kyonmm/5187104 to your computer and use it in GitHub Desktop.
apply plugin : "groovy"
apply plugin : "idea"
defaultTasks : idea
repositories{
mavaenCentral()
}
dependencies{
compile "org.codehaus.groovy:groovy-core:2.0.5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment