diff --git a/build.gradle b/build.gradle index c613f32..2f870a5 100644 --- a/build.gradle +++ b/build.gradle @@ -20,6 +20,11 @@ buildscript { apply plugin: 'xebialabs.root.opinions' apply plugin: 'xebialabs.opinions' +apply plugin: 'com.xebialabs.dependency' + +dependencyManagement { + importConf file("gradle/dependencies.conf") +} allprojects { p -> group = 'com.xebialabs.deployit.temp4test' diff --git a/gradle.properties b/gradle.properties index 5e7846c..4a7e8a8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ #Mon Oct 03 16:25:04 CEST 2016 languageLevel=1.8 -xlReleaseNotesPluginVersion=0.1.1 +xlReleaseNotesPluginVersion=0.1.2 xlPluginsPluginVersion=1.1.5-SNAPSHOT -xlRestDocPluginVersion=0.1.0 +xlRestDocPluginVersion=0.2.1