researchgate / gradle-release

gradle-release is a plugin for providing a Maven-like release process for projects using Gradle
MIT License
868 stars 220 forks source link

updateVersion is too fussy about format of properties file #45

Closed swpalmer closed 11 years ago

swpalmer commented 11 years ago

I had spaces in my gradle.properties file, e.g.:

version = 0.0.1

This caused updateVersion to fail:

Building > :updateVersion ??> Enter the next version (current one released as [0.0.1]): [0.0.2] :updateVersion FAILED

FAILURE: Build failed with an exception.

BUILD FAILED

Since this is an allowed practice in properties files it should be supported.

townsfolk commented 11 years ago

Yep, unfortunately it's unavoidable for now. See issue #27