Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save khauser/7fda9d26c2b29f2fad55 to your computer and use it in GitHub Desktop.
Save khauser/7fda9d26c2b29f2fad55 to your computer and use it in GitHub Desktop.
subprojects {
apply plugin: 'java'
apply plugin: 'idea'
apply plugin: 'spring-boot'
apply plugin: 'io.spring.dependency-management'
apply plugin: 'maven'
springBoot {
requiresUnpack = ['com.netflix.eureka:eureka-core','com.netflix.eureka:eureka-client']
}
...
apply from: '../gradle/jacoco.gradle'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment