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

SOLR-16442: simplify two lucene-upgrade.md steps #1087

Merged
merged 2 commits into from Oct 26, 2022

Conversation

cpoerschke
Copy link
Contributor

# ???manually get new .sha1 files???

git add lucene-*-9.4.0.jar.sha1
gradlew updateLicenses
```

## Code
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personally I use ./gradlew check -x test for any changes without tests instead of just compile. I bet it's slower, but it runs all the spotless and other checks.

Then when I'm happy it builds, I remove the -x test to run tests.

Not sure this makes it better in this case :)

@cpoerschke cpoerschke changed the title SOLR-16442: simplify 'license update' step in lucene-upgrade.md SOLR-16442: simplify two lucene-upgrade.md steps Oct 26, 2022
@cpoerschke cpoerschke merged commit cf7246c into apache:main Oct 26, 2022
@cpoerschke cpoerschke deleted the lucene940-follow-up branch October 26, 2022 16:40
asfgit pushed a commit that referenced this pull request Oct 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants