Created
March 21, 2016 14:31
-
-
Save khauser/7fda9d26c2b29f2fad55 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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