-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Gradle 8.0 fails Scala build with isBlank not found in String class error #23905
Labels
Milestone
Comments
@ljacomet I found this interesting, I tend to look at reported scala issues and since we didn't find problems on our side, I downloaded the sample and took a look. Assuming you want to use JDK11+ which is where The scala compiler is indeed instructed to run for 11 as target:
However, the cached incremental compiler is using
Using toolchains definitely works
|
ljacomet
added a commit
that referenced
this issue
Feb 17, 2023
Only use release when an explicit toolchain is configured. Fixes #23905
bot-gradle
added a commit
that referenced
this issue
Feb 17, 2023
Only use release when an explicit toolchain is configured. Fixes #23905 Co-authored-by: Louis Jacomet <louis@gradle.com>
ljacomet
added a commit
that referenced
this issue
Feb 17, 2023
This is needed following the changes around handling implicit toolchains. Issue #23905
bot-gradle
added a commit
that referenced
this issue
Feb 17, 2023
This is needed following the changes around handling implicit toolchains. Issue #23905 Co-authored-by: Louis Jacomet <louis@gradle.com>
This was referenced Feb 20, 2023
This was referenced Feb 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Steps to reproduce:
gradle build
Expected Result:
It should build successfully.
Actual Result:
Fails with this error:
This project builds fine with Gradle 7.6, and no deprecations are reported either.
scala-example.tar.gz
The text was updated successfully, but these errors were encountered: