-
Notifications
You must be signed in to change notification settings - Fork 14
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
chore(java): move the source code to the correct folder #429
Conversation
✅ Deploy Preview for api-clients-automation canceled.
|
✗ The generated branch has been deleted.If the PR has been merged, you can check the generated code on the |
I really recommend this for those large actions: https://gist.github.com/emiller/6769886 so you don't lose anything (moving file does not exists in git, you lose history as if it was deleted + added) but still manage to apply the changes. Otherwise, we can rely on the CI |
Not usable without using push force on main, it's not usable for our setup |
I think it works on a branch because you'll merge the history on main but I'm not sure. But since it's the same, we can let the CI do the job. (It will allow allow us to debug if deleted files are correctly pushed) |
8f6e66b
to
13278c5
Compare
dcecabd
to
77a02b4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's go!
🧭 What and Why
To respect gradle convention and make room for some future test, we move the source code to:
algoliasearch-core/src/main/java/com/algolia
(not at all convoluted)🧪 Test
CI