Skip to content

Commit

Permalink
after every successful build publish a snapshot release try six 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamz-22 committed Dec 20, 2017
1 parent 4ec77ee commit f88c9d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@ versioning {
releaseBuild = VERSIONING_RELEASE_BUILD
releaseMode = VERSIONING_RELEASE_MODE
displayMode = VERSIONING_DISPLAY_MODE
branchEnv = ['TRAVIS_BRANCH','GIT_BRANCH', 'BRANCH_NAME']
dirty = { t -> t }
releases = ['release']
}

apply from: 'publishToMaven.gradle'

0 comments on commit f88c9d3

Please sign in to comment.