From f5eb0c4b8c30eb7d1ee64fb4a4cd4b7b8f2b0485 Mon Sep 17 00:00:00 2001 From: Paul van der Ende Date: Mon, 26 Jun 2017 12:56:17 +0200 Subject: [PATCH] tmp --- build.gradle | 5 +++++ gradle.properties | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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