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

Update rootProject name in settings.gradle #20

Merged
merged 1 commit into from
Apr 13, 2024
Merged

Update rootProject name in settings.gradle #20

merged 1 commit into from
Apr 13, 2024

Conversation

acgtun
Copy link
Contributor

@acgtun acgtun commented Apr 12, 2024

Without changing rootProject.name from uforwarder to uForwarder, when we import the project to IntelliJ, It could have the following errors

  • java.lang.IllegalStateException: Module entity with name: uForwarder should be available
  • cannot recognize classes in idl directory and Spring framework
  • cannot automatically identity source and test files

After upgrading it, the above issues resolved.

Another option is to change the code repository name to uforwarder instead of uForwader

@yangy0000 yangy0000 merged commit 3ea9767 into uber:main Apr 13, 2024
5 of 7 checks passed
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

Successfully merging this pull request may close these issues.

2 participants