nebula-release-plugin
nebula-release-plugin copied to clipboard
BUG: Interferes with Dependency Resolution When Branch Name Contains Double Hyphen
./gradlew clean
FAILURE: Build failed with an exception.
- What went wrong: A problem occurred configuring project ':account-inquiry-starter'.
Could not determine the dependencies of null. Could not resolve all dependencies for configuration ':account-inquiry-starter:classpath'. > Identifiers MUST NOT be empty
-
git branch -M test--branch
-
./gradlew clean
- error from above -
git branch -M test-branch
-
./gradlew clean
- success
Oddly, the bug does not happen if I do: ./gradlew clean snapshot