Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Commit

Permalink
snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
yschimke committed Sep 2, 2017
1 parent 5e3980a commit b4cbc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply plugin: 'maven'
group = 'com.baulsupp'

versioning {
releaseMode = 'snapshot'
releaseMode = project.hasProperty('releaseMode') ? project.property('releaseMode') : 'snapshot'
}

version = versioning.info.display
Expand Down

0 comments on commit b4cbc1d

Please sign in to comment.