Skip to content

Commit

Permalink
Merge pull request #143 from palantir/fix-publishing-of-multiple-proj…
Browse files Browse the repository at this point in the history
…ects

Fix publishing variables
  • Loading branch information
hpryce authored Feb 14, 2017
2 parents 852bec1 + de248a8 commit d34ae1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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(
Expand Down

0 comments on commit d34ae1a

Please sign in to comment.