case-app icon indicating copy to clipboard operation
case-app copied to clipboard

Switch build to Mill

Open alexarchambault opened this issue 1 year ago • 0 comments

Currently having issues with publishing on the CI. sbt-ci-release and sbt-pgp don't really allow for fine grained customization of gpg-related things (passing custom gpg options, etc.). We should switch the build here to Mill, and use the same setup as many of my other projects (setup that must itself be based on the Ammonite's one IIRC), not using mill-ci-release, that doesn't allow for customization / tweakings of gpg things either. This particular setup, with secrets uploaded via touch Foo.scala && scala-cli publish setup --ci Foo.scala has never failed me.

alexarchambault avatar Jun 20 '23 08:06 alexarchambault