-
Notifications
You must be signed in to change notification settings - Fork 49
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
JDK API mappings not working sometimes (?) #347
Comments
On temurin11 it fails as well:
|
Aha, thanks for that. I was able to reproduce with temurin 11 on linux. We should add that to CI and fix it :) |
And which JDK is it currently working on? Did you have it succeeding on any JVM locally? |
It works on the JDK 8 and JDK 17 temurins used in CI. |
Huh. Locally it fails for me even with temurin 17. Ok, this is pretty bizarre. |
FWIW I have been seeing this intermittently on sbt-tpolecat too when running scripted tests
|
@DavidGregory084 sure, but does sbt-tpolecat have something like this in its settings? It's a known issue but supposedly we solved it 😅 sbt-typelevel/settings/src/main/scala/org/typelevel/sbt/TypelevelSettingsPlugin.scala Lines 294 to 314 in 195bfa5
|
Uhhhhh no 😆 I'm still confused that it's intermittent though in both cases |
I put a dogfood test for this inside the site plugin.
The text was updated successfully, but these errors were encountered: