Skip to content

Instantly share code, notes, and snippets.

@paganotoni
Last active August 29, 2015 14:16
Show Gist options
  • Save paganotoni/a8ee48624b145b58d35a to your computer and use it in GitHub Desktop.
Save paganotoni/a8ee48624b145b58d35a to your computer and use it in GitHub Desktop.
Environment Aware
repositories {
grailsHome()
mavenCentral()
grailsCentral()
mavenRepo "http://repo.spring.io/milestone"
}
dependencies {
compile "org.springframework.cloud:cloudfoundry-connector:0.9.5"
compile "org.springframework.cloud:spring-service-connector:0.9.5"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment