Skip to content

Commit

Permalink
Update bintray version names
Browse files Browse the repository at this point in the history
  • Loading branch information
dellisd committed May 4, 2019
1 parent a61ce4d commit 5058b04
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gtfs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@ bintray {
name = 'gtfs'
licenses = ['MIT']
vcsUrl = 'https://github.com/dellisd/transpo-shared.git'
version {
name = 'git describe --tag'.execute().text.trim()
}
}
}
3 changes: 3 additions & 0 deletions shared/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,8 @@ bintray {
name = 'shared'
licenses = ['MIT']
vcsUrl = 'https://github.com/dellisd/transpo-shared.git'
version {
name = 'git describe --tag'.execute().text.trim()
}
}
}

0 comments on commit 5058b04

Please sign in to comment.