olafurpg / setup-scala

GitHub Action to install any version of Java (GraalVM, Java 8, Java 11, Java 14, ...) via Jabba. Works for any JVM language including Java, Scala and Kotlin.
MIT License
168 stars 30 forks source link

Setup Bloop #20

Closed Duhemm closed 4 years ago

Duhemm commented 4 years ago

In addition to installing sbt, also download the native image of the Bloop client and install it. This binary will be able to start a Bloop server if needed.

Duhemm commented 4 years ago

My first attempt actually installed coursier and then installed Bloop via coursier, but I had issues like this then: https://github.com/Duhemm/setup-scala/runs/750356595?check_suite_focus=true#step:8:17

I think this can be solved by using a different shell, but then the workflow files look strange, and unintuitive.

Maybe we could install bloop only if bloop-version is defined? What do you think?

olafurpg commented 4 years ago

I'm OK with installing Bloop only if bloop-version is defined 👍

olafurpg commented 4 years ago

Closing due to inactivity