rising3 / semver-gradle-plugin

Gradle plugin for Updates the project version.A plugin that can updating the semantic versions like `yarn version` command.
Apache License 2.0
15 stars 7 forks source link

option to disable bak file creation #20

Closed Diluka closed 2 years ago

Diluka commented 3 years ago

gradle.properties already controlled by git. no need to create additional bak file

rising3 commented 2 years ago

Create backup file optional from the next version. Also, do not create defaults.

Thank you.