Skip to content

Commit

Permalink
add snapshot versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamz-22 committed Dec 17, 2017
1 parent c521403 commit 22cffc9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,10 @@ artifacts {
archives javadocJar, sourcesJar
}

versioning {
releaseMode = 'snapshot' // how to compute version on release-branches
displayMode = 'snapshot' // how to compute version on non-release-branches
dirty = { t -> t } // switch off dirty-suffix ( could be usefull for local development )
}

apply from: 'publishToMaven.gradle'

0 comments on commit 22cffc9

Please sign in to comment.