diff --git a/build.gradle b/build.gradle index e3aeb3e2a..43a25c96b 100644 --- a/build.gradle +++ b/build.gradle @@ -23,9 +23,6 @@ repositories { jcenter() } -group = 'com.palantir.docker.compose' -version "git describe --tags --dirty".execute().text.trim() - apply plugin: 'com.palantir.baseline-config' apply from: "${rootDir}/gradle/idea.gradle" @@ -52,6 +49,9 @@ subprojects { jcenter() } + group = 'com.palantir.docker.compose' + version "git describe --tags --dirty".execute().text.trim() + configurations.all { exclude module: 'slf4j-log4j12' resolutionStrategy.force(