Open ptaylor opened 6 years ago
Also if there is no version in gradle.properties you get this error:
16:43:25.977 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
16:43:25.978 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] FAILURE: Build failed with an exception.
16:43:25.978 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
16:43:25.978 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * What went wrong:
16:43:25.978 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Execution failed for task ':releaseStart'.
16:43:25.978 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] > com.github.zafarkhaja.semver.UnexpectedCharacterException (no error message)
16:43:25.978 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
16:43:25.978 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * Try:
16:43:25.978 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Run with --stacktrace option to get the stack trace. Run with --scan to get full insights.
16:43:25.978 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]
16:43:25.978 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] * Get more help at https://help.gradle.org
16:43:25.978 [ERROR] [org.gradle.internal.buildevents.BuildResultLogger]
16:43:25.978 [ERROR] [org.gradle.internal.buildevents.BuildResultLogger] BUILD FAILED in 0s
'''
If I have spaces in the version property I get the following errror
version.properties: version = 1.0.0-SNAPSHOT
./gradlew releaseStart