Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Interferes with Dependency Resolution When Branch Name Contains Double Hyphen #261

Open
EarthCitizen opened this issue Apr 5, 2024 · 0 comments

Comments

@EarthCitizen
Copy link

EarthCitizen commented Apr 5, 2024

./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

  1. git branch -M test--branch
  2. ./gradlew clean - error from above
  3. git branch -M test-branch
  4. ./gradlew clean - success

Oddly, the bug does not happen if I do: ./gradlew clean snapshot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant