-
-
Notifications
You must be signed in to change notification settings - Fork 286
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
Java 10 not recognized #443
Comments
Hi @lostiniceland - can you add more details? Do you use SBT? Does SBT load? If so, at what stage does this message get printed? |
No, not using SBT, my projects are based on Gradle right now. I am actually generating the file via a little shell-script with ScalaPB and Protoc on my path
|
To clarify, are you getting the error you posted above when you attempt to run |
yes
|
I wasn't able to reproduce this problem. Here is what I did:
Can you provide a way to reproduce this problem, ideally in a docker container? |
I was able to reproduce this in Ubuntu 18.04. Upgrading sbt-native-package resolved this issue. |
Thanks for your effort to reproduce (due to vacation I couldnt provide it myself). I will give it a test-drive later. EDIT: @thesamet how can I package the binary distribution? I was able to build with sbt but now I need to replace the individual jar-files in my current installation and there seems to be some refactorings (moved packages from "com.thesamet..."). |
Running ScalaPB with Java 10 result in the following error
Probably the new version-scheme isnt recognized.
The text was updated successfully, but these errors were encountered: