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
While I can successfully use scalaPB on my local machine (with jdk8 installed), our CI system only hosts for scala 10.x jdk7. Now I run into class format conflicts:
java.lang.UnsupportedClassVersionError: com/trueaccord/scalapb/Scalapb : Unsupported major.minor version 52.0
AFAIK jdk 8 will only be officially supported with scala 2.12 it would be great if the published 2.10/2.11 artifacts of scalaPB would still use older class formats.
If that's not easily possible, any suggestion for a workaround?
The text was updated successfully, but these errors were encountered:
While I can successfully use scalaPB on my local machine (with jdk8 installed), our CI system only hosts for scala 10.x jdk7. Now I run into class format conflicts:
AFAIK jdk 8 will only be officially supported with scala 2.12 it would be great if the published 2.10/2.11 artifacts of scalaPB would still use older class formats.
If that's not easily possible, any suggestion for a workaround?
The text was updated successfully, but these errors were encountered: