Skip to content

Commit

Permalink
shutup semver warnings...
Browse files Browse the repository at this point in the history
  • Loading branch information
dries007 committed Jan 16, 2018
1 parent d3366ed commit fd73f0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ import groovy.json.JsonBuilder
import groovy.json.JsonOutput
import groovy.json.JsonSlurper

subprojects {
version = "0.0.0" // No more semver warnings...
}

ext.getChangeLog = { ->
def outStream = new ByteArrayOutputStream()
exec {
Expand Down

0 comments on commit fd73f0d

Please sign in to comment.