You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 5, 2018. It is now read-only.
With: gradlew build
the jar produced has a developer formatted version as expected by the default versing strategy.
With:./gradlew release -Prelease.scope=major -Prelease.stage=final
the error message "Stage final is not one of [dev] allowed for strategy development." is presented.