Skip to content

Commit

Permalink
Merge branch 'release/0.0' to master
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamz-22 committed Dec 17, 2017
2 parents c521403 + 22cffc9 commit b17d390
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 b17d390

Please sign in to comment.