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

Plugins clearout #4356

Merged
merged 3 commits into from
Oct 30, 2024
Merged

Plugins clearout #4356

merged 3 commits into from
Oct 30, 2024

Conversation

andrew-nowak
Copy link
Member

What does this change?

Remove some unused sbt plugins, notably the sbt-coursier plugin which has some bugs which interferes with sbt's own dependency resolution behaviours.

How should a reviewer test this change?

Should be a no-op, with no change in behaviour when deployed

How can success be measured?

Who should look at this?

Tested? Documented?

  • locally by committer
  • locally by Guardian reviewer
  • on the Guardian's TEST environment
  • relevant documentation added or amended (if needed)

since sbt 1.3.0 this is builtin to sbt, no need for plugin any more
we don't use assembly any more, the last usage was removed over 3 yrs ago so this can go
Comment on lines +17 to +21
// Currently multiple modules depend on scala-java8-compat, some on 0.8.x, 0.9.x and 1.x.y
// These may be binary incompatible, but force the checker to accept them
// In the future, check if this override can be removed
ThisBuild / libraryDependencySchemes +=
"org.scala-lang.modules" %% "scala-java8-compat" % VersionScheme.Always
Copy link
Member Author

Choose a reason for hiding this comment

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

It looks like sbt-coursier was suppressing these warnings; this one popped up when it was removed.

@andrew-nowak andrew-nowak marked this pull request as ready for review October 28, 2024 14:57
@andrew-nowak andrew-nowak requested review from a team as code owners October 28, 2024 14:57
@prout-bot
Copy link

Seen on auth, usage, image-loader, metadata-editor, thrall, leases, cropper, media-api, kahuna (merged by @andrew-nowak 8 minutes and 47 seconds ago) Please check your changes!

@prout-bot
Copy link

Seen on collections (merged by @andrew-nowak 8 minutes and 52 seconds ago) Please check your changes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants