Skip to content

Commit

Permalink
handle the tag prefix correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Feb 20, 2016
1 parent ac267ca commit 06d0550
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
classpath 'io.freefair:gradle-plugins:2.0.0-beta1'
classpath 'io.freefair:gradle-plugins:2.0.0-beta3'
}
}

apply plugin: 'io.freefair.git-version'

gitVersion {
tagPrefix 'v'
}

allprojects {
repositories {
jcenter()
Expand Down

0 comments on commit 06d0550

Please sign in to comment.