Skip to content

Commit

Permalink
Remove version task
Browse files Browse the repository at this point in the history
  • Loading branch information
joelea committed Mar 3, 2016
1 parent aee8c87 commit baf4802
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ apply plugin: 'java'
group = 'com.palantir.docker.compose'
version "git describe --tags --dirty".execute().text.trim()

task version() << {
println project.version
}

apply plugin: 'com.palantir.baseline-checkstyle'
apply plugin: 'com.palantir.baseline-eclipse'
apply plugin: 'com.palantir.baseline-findbugs'
Expand Down

0 comments on commit baf4802

Please sign in to comment.