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

Fix sonatype release #3405

Merged
merged 1 commit into from
Aug 22, 2024
Merged

Conversation

lihaoyi
Copy link
Member

@lihaoyi lihaoyi commented Aug 22, 2024

a293b46e made use a locally built mill to release to sonatype, since the previous versions did not work with the latest sonatype API. But it neglected to run ci/patch-mill-bootstrap.sh, resulting in failures like https://github.com/com-lihaoyi/mill/actions/runs/10472316798/job/29046150876 ever since 33fa953 landed. This reverts back to the original usage of committed ./mill script for publishing, since we've now re-bootstrapped on a new enough version that publishing works without needing to build a local version

@lihaoyi lihaoyi marked this pull request as ready for review August 22, 2024 09:08
@lihaoyi lihaoyi merged commit 92d3a27 into com-lihaoyi:main Aug 22, 2024
28 of 29 checks passed
@lihaoyi lihaoyi added this to the 0.12.0 milestone Aug 22, 2024
lihaoyi added a commit to com-lihaoyi/Ammonite that referenced this pull request Sep 11, 2024
This is necessary to resume publishing to Maven Central, pulling in
com-lihaoyi/mill#3405 to workaround an edge case
change in the sonatype API

0.12.0-RC1 would be a lot more invasive an upgrade, so better to get
things onto 0.11.x first so we can at least publish things

Mostly mechanical changes, though there was some classpath ordering
issues that required tweaking `runClasspath`/`localClasspath` overrides
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.

1 participant