-
Notifications
You must be signed in to change notification settings - Fork 74
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
Fix github CI by adding eclipse dependency in formatting.gradle #1079
Conversation
Signed-off-by: Varun Jain <[email protected]>
@@ -20,7 +20,6 @@ | |||
import static org.opensearch.neuralsearch.util.TestUtils.getModelId; | |||
|
|||
import org.opensearch.index.query.QueryBuilder; | |||
import org.opensearch.index.query.QueryBuilders; |
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.
This is automatically removed by doing ./gradlew spotlessApply.
Reference: diffplug/spotless#1783 (comment) |
Could you add change log instead of skipping it under maintenance? |
@heemin32 shall we get 1 review from infra team? |
Signed-off-by: Varun Jain <[email protected]>
Signed-off-by: Varun Jain <[email protected]>
Reference diffplug/spotless#1629 |
Waiting for 1 review from infra team. Then we will merge it. |
cc: @opensearch-project/admin |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-2.x 2.x
# Navigate to the new working tree
cd .worktrees/backport-2.x
# Create a new branch
git switch --create backport/backport-1079-to-2.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 6ad6546e55550a3d35589bca1d61e032640439af
# Push it to GitHub
git push --set-upstream origin backport/backport-1079-to-2.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-2.x Then, create a pull request where the |
* Fix github CI by adding eclipse dependency in formatting.gradle Signed-off-by: Varun Jain <[email protected]> * Add changelog Signed-off-by: Varun Jain <[email protected]> --------- Signed-off-by: Varun Jain <[email protected]>
Description
This PR contains changes to fix error
Failed to load eclipse jdt formatter
in github CI. Added download eclipse in the formatting.gradle.