Skip to content

Instantly share code, notes, and snippets.

@foragerr
Created January 27, 2016 14:06
Show Gist options
  • Save foragerr/548ca17cdd16e4492698 to your computer and use it in GitHub Desktop.
Save foragerr/548ca17cdd16e4492698 to your computer and use it in GitHub Desktop.
Gradle build file to check depndencies
apply plugin:'java'
repositories{
jcenter()
}
dependencies {
compile("org.springframework.boot:spring-boot-gradle-plugin:1.3.2.RELEASE") {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment