This commit is contained in:
Erik C. Thauvin 2019-04-14 15:47:47 -07:00
parent 27c3657f0f
commit 5043868fc7

View file

@ -123,7 +123,7 @@ version.semver=1.0.0-beta
The full semantic version can also be specified via the `semver` property: The full semantic version can also be specified via the `semver` property:
```ini ```sh
./gradlew -Dversion.semver=1.0.0-beta ... ./gradlew -Dversion.semver=1.0.0-beta ...
``` ```