Skip to content

Instantly share code, notes, and snippets.

@deiga
Created January 12, 2015 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save deiga/2ee0b2b9a8490e6f25c0 to your computer and use it in GitHub Desktop.
Save deiga/2ee0b2b9a8490e6f25c0 to your computer and use it in GitHub Desktop.
spring-cloud-app-build.gradle
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'application'
mainClassName='fi.eficode.mediit.spontaanipalaute.TesterApplication'
jar {
baseName = 'tester'
version = '0.0.1'
}
repositories {
mavenLocal()
mavenCentral()
maven {
url 'http://repo.spring.io/milestone'
}
jcenter()
}
dependencies {
compile 'org.yaml:snakeyaml:1.8'
compile 'org.springframework.cloud:spring-cloud-starter-eureka:1.0.0.RC1'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment