You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason it didn't fail in CI is because 2.11 isn't tested during CI validation. For tags akka-grpc is published, however the tests have publishing disabled, so they never get compiled with Scala 2.11 either.
The solution to the CI problem is to +test:compile, either in CI validation, on master builds, or on tag builds.
It doesn't because it uses Java 8's method syntax and "scala.Function1 is not a functional interface" in Scala.11: https://travis-ci.com/playframework/play-grpc/jobs/171208483#L542
I'm not sure why this didn't fail in CI.
Originally posted by @dwijnand in #449
The text was updated successfully, but these errors were encountered: