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

Don't download test bridges and supported Scala version listing for pure Java projects #982

Conversation

alexarchambault
Copy link
Contributor

No description provided.

@alexarchambault alexarchambault marked this pull request as ready for review May 5, 2022 16:51
This computes BuildOptions.projectParams early, which itself relies on
BuildOptions.scalaParams, which downloads the supported Scala version
listing. For pure Java projects, we'd rather not have this file be
downloaded.

Later on, BuildOptions are tweaked, so that BuildOptions.scalaParams
doesn't try to download a version listing, for pure Java projects.
These are usually Scala dependencies, so are a problem in pure Java
projects.
@alexarchambault alexarchambault force-pushed the no-scala-version-listing-pure-java branch from 0b6e7f8 to 1d0e5ac Compare May 6, 2022 12:21
@alexarchambault
Copy link
Contributor Author

(last force push: rebase on latest main + add comment in test in last commit)

@alexarchambault alexarchambault merged commit 29e0b3a into VirtusLab:main May 6, 2022
@alexarchambault alexarchambault deleted the no-scala-version-listing-pure-java branch July 14, 2022 15:16
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

Successfully merging this pull request may close these issues.

3 participants