aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-05-08 13:46:18 +0300
committerGravatar Vitaly Takmazov2018-05-08 13:46:29 +0300
commit28f91c88d2475c0e8f6b69f2c12200f4c43c98a0 (patch)
treefad838a7cdeaccb6621fc3c3e829abac45b9add3 /build.gradle
parentf386d47c66dd8cf69bb03972ed44d812b8f24761 (diff)
gradle: Disable unneeded spring dependency management option
This makes full build 5x faster
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index c3c4aebb..cb427675 100644
--- a/build.gradle
+++ b/build.gradle
@@ -22,6 +22,7 @@ allprojects {
imports {
mavenBom org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES
}
+ applyMavenExclusions = false
}
apply plugin: 'com.github.ben-manes.versions'