Skip to content

Commit

Permalink
Fix pom metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
raniejade committed Dec 10, 2016
1 parent dc2c714 commit c15c7df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.gradle
Expand Up @@ -55,13 +55,15 @@ ZoltuGitVersioning {

afterEvaluate {
println "##teamcity[buildNumber \'${version}\']"
def v = version
allprojects {
version = v
}
}

def v = version

allprojects {
group = 'org.jetbrains.spek'
version = v
repositories {
mavenCentral()
mavenCentral()
Expand Down

0 comments on commit c15c7df

Please sign in to comment.