alexarchambault on gh-pages
Update website (compare)
alexarchambault on gh-pages
Update website (compare)
alexarchambault on gh-pages
Update website (compare)
alexarchambault on gh-pages
Update website (compare)
alexarchambault on gh-pages
Update website (compare)
alexarchambault on main
Update tools to 0.4.10 (#2679) (compare)
alexarchambault on main
Update mdoc to 2.3.7 (#2680) (compare)
alexarchambault on main
Update mill-main to 0.10.11 (#2… (compare)
alexarchambault on main
Update scalafmt-core to 3.7.1 (… (compare)
I want to know how to use 'cs launch' with Gradle.
Essentially, you don't
what i really want to do is swap out the scala compiler in gradle's build process with 'cs launch scalac:2.xxx' or 'cs launch scalac:3.xxx' because that's what my company provides
I guess this is the part the confuses me with your use case. cs launch will have nothing to do with gradle. At the point that you're using launch, gradle is no longer in the picture
Dependency
without access to MinimizedExclusions
in coursier 2.1.0-M7?
coursier
package
❯ ./mill __.compile
[46/3022] bootstrap-launcher.compile
[info] compiling 40 Java sources to /Users/ckipp/Documents/scala-workspace/coursier/out/bootstrap-launcher/compile.dest/classes ...
[error] /Users/ckipp/Documents/scala-workspace/coursier/modules/paths/src/main/java/coursier/paths/CoursierPaths.java:9:1: package dev.dirs does not exist
[error] dev.dirs.GetWinDirs
[error] /Users/ckipp/Documents/scala-workspace/coursier/modules/paths/src/main/java/coursier/paths/CoursierPaths.java:10:1: package dev.dirs does not exist
[error] dev.dirs.ProjectDirectories
[error] /Users/ckipp/Documents/scala-workspace/coursier/modules/paths/src/main/java/coursier/paths/CoursierPaths.java:25:1: cannot find symbol
[error] symbol: class ProjectDirectories
[error] location: class coursier.paths.CoursierPaths
[error] ProjectDirectories
[error] /Users/ckipp/Documents/scala-workspace/coursier/modules/paths/src/main/java/coursier/paths/CoursierPaths.java:105:1: cannot find symbol
[error] symbol: class ProjectDirectories
[error] location: class coursier.paths.CoursierPaths
[error] ProjectDirectories
[error] /Users/ckipp/Documents/scala-workspace/coursier/modules/paths/src/main/java/coursier/paths/CoursierPaths.java:120:1: cannot find symbol
[error] symbol: class ProjectDirectories
[error] location: class coursier.paths.CoursierPaths
[error] ProjectDirectories
1 targets failed
bootstrap-launcher.compile javac returned non-zero exit code
$HOME/.bloop/zsh
folder mentioned further in that page was not created and so zsh auto-completion was not working.$HOME/.bloop/zsh/_bloop
, which solved my issue.➜ foo cs bootstrap "org.apache.spark:spark-hive_2.11:2.4.8" --assembly
Cannot find default main class. Specify one with -M or --main-class.
useCoursier := false
. Does coursier support private gitlab repos?
withIsChanging
function, can I use that instead? So e.g. libraryDependencies += ("internal" %% "library" % "foo").withIsChanging(true)