bloop icon indicating copy to clipboard operation
bloop copied to clipboard

Gradle bloop support for Scala 3

Open Flowdalic opened this issue 3 years ago • 1 comments

It appears that the gradle-bloop plugin is only available for Scala 2. Please consider adding Scala 3.

Flowdalic avatar Apr 27 '22 11:04 Flowdalic

Thanks for reporting! You should be able to use the 2.13 plugin version maybe? Are you able to apply a specific version of the Bloop plugin?

tgodzik avatar Apr 27 '22 11:04 tgodzik

I don't think there is currently a need to release for Scala 3 as Scala 2.13 release plugin can be used. Do let us know if it's not possible for you!

tgodzik avatar Aug 17 '22 14:08 tgodzik

FYI - This should only ever be needed if another Gradle plugin is being used and that is only compiled under Scala 3 as plugins share the same classpath in Gradle

Arthurm1 avatar Aug 20 '22 12:08 Arthurm1