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
See settings.gradle or pom.xml files of complete and initial folder, rootProject.name or artifactId are set to the same name 'rest-service'. If i open gs-rest-service repo in VS Code, Java importer will break due to duplicated project name. This is not tooling friendly.
Is there any reason to make these two samples to have the same project name?
The text was updated successfully, but these errors were encountered:
We try to keep things as nearly parallel as possible. It wouldn't do any harm to change this arrangement so that the two projects have unique names (perhaps by appending '-initial' and -'complete' in the relevant places. This is a good issue for the community to fix, if you or someone else would like to tackle it.
See settings.gradle or pom.xml files of complete and initial folder,
rootProject.name
orartifactId
are set to the same name'rest-service'
. If i open gs-rest-service repo in VS Code, Java importer will break due to duplicated project name. This is not tooling friendly.Is there any reason to make these two samples to have the same project name?
The text was updated successfully, but these errors were encountered: