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
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
The text was updated successfully, but these errors were encountered:
./gradlew clean
FAILURE: Build failed with an exception.
A problem occurred configuring project ':account-inquiry-starter'.
git branch -M test--branch
./gradlew clean
- error from abovegit branch -M test-branch
./gradlew clean
- successOddly, the bug does not happen if I do:
./gradlew clean snapshot
The text was updated successfully, but these errors were encountered: