Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update `sbt-riffraff-artifact` plugin to v1.1.18 to fix the noisy AWS SDK "Unable to retrieve the requested metadata" error that occurs on starting sbt - see guardian/sbt-riffraff-artifact#68 . Without the fix, we see a big noisy non-fatal error like this: https://gist.github.com/rtyley/13dae25b0531cd644c36626d36d4aa6a * Remove the `-XX:+CMSClassUnloadingEnabled` flag from `.sbtopts`. This option is enabled by default in Java 8 onwards (so there's no point in setting it!) https://docs.oracle.com/javase/8/docs/technotes/tools/windows/java.html#:~:text=%2DXX%3A%2B-,CMSClassUnloadingEnabled,-Enables%20class%20unloading https://stackoverflow.com/q/3334911/438886 * Remove the obsolete and broken https://repo.typesafe.com/ resolver https://discuss.lightbend.com/t/typesaferepo-https-repo-typesafe-com-typesafe-releases-is-returning-a-404-error/8156 * Tweak `scala-xml` library scheme declaration (to make it more compact) and associated comment (fixing inverted statement) Not included in this update: * Removing the superfluous `sbt-coursier` plugin from plugins.sbt - sbt v1.3 and above ship with coursier support out-of-the-box (https://get-coursier.io/docs/sbt-coursier), so we shouldn't be specifying an older version. However, removing it, and using the newer embedded version of coursier, exposes existing version conflicts in library dependencies that I'm not ready to deal with right now: https://github.com/guardian/media-atom-maker/actions/runs/7729320064/job/21072198692 https://gist.github.com/rtyley/2802ea4235f5f9018aac4f273dc10975
- Loading branch information