Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there an older version of bloop that I can use with Gradle 2.x ? #2310

Closed
nbauma109 opened this issue Apr 7, 2024 · 2 comments
Closed

Comments

@nbauma109
Copy link

nbauma109 commented Apr 7, 2024

I have multi-module gradle project with some proprietary vendor build files that are tied to version 2.x of Gradle (because they're using some 2.x langage idioms) and one of the projects is a scala project building with gradle.

Can I use bloop ?

Reading the docs, it was unclear to me whether bloop integration with gradle shows the errors in Eclipse in realtime, as you save your files, or if a full build is required.

@Arthurm1
Copy link
Contributor

Arthurm1 commented Apr 7, 2024

The earliest version of the bloop gradle plugin required minimum of gradle 3.0.

@tgodzik
Copy link
Contributor

tgodzik commented Apr 8, 2024

And it doesn't really work with eclipse. Might be worth using https://scala-ide.org/ for your case. If the version of Gradle is old then the version of Scala is probably also.

The other option is to upgrade to at least Gradle 3 and then you can use Metals

@tgodzik tgodzik closed this as not planned Won't fix, can't repro, duplicate, stale Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants