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
Thank's for this tool! Compiling or running it in arch with this openjdk jre:
$ java --version
openjdk 10.0.2 2018-07-17
OpenJDK Runtime Environment (build 10.0.2+13)
OpenJDK 64-Bit Server VM (build 10.0.2+13, mixed mode)
gives:
target/universal/stage/bin/quick-plan
The java installation you have is not up to date
requires at least version 1.6+, you have
version 10.0.2
Please go to http://www.java.com/getjava/ and download
a valid Java Runtime and install before running .
I have no idea about scala, but the solution I found is increasing the sbt native packager version as it's now solved ( sbt/sbt-native-packager#1145 ).
changing this line:
Thank's for this tool! Compiling or running it in arch with this openjdk jre:
gives:
I have no idea about scala, but the solution I found is increasing the sbt native packager version as it's now solved ( sbt/sbt-native-packager#1145 ).
changing this line:
quick-plan/project/plugins.sbt
Line 2 in 7ba9176
solves it .
The text was updated successfully, but these errors were encountered: