propensive / rapture

Rapture
183 stars 39 forks source link

Importing SBT project Error: not found: value java8SupportJVMi #279

Open tiagofiliperdy opened 6 years ago

tiagofiliperdy commented 6 years ago

IntelliJ version: 2017.2.6 sbt version: 0.13.15 Scala version: 2.12.3

Hi, i cloned the project and tried to import the SBT and i got this error: not found: value java8SupportJVMi.

I also tried to do the sbt publishLocal and this was what i got: Error: Could not find or load main class #

Here is the stack trace:

Error:Error while importing SBT project:
...

[info] Resolving org.scala-sbt#cache;0.13.13 ...
[info] Resolving org.scala-sbt#testing;0.13.13 ...
[info] Resolving org.scala-sbt#test-agent;0.13.13 ...
[info] Resolving org.scala-sbt#main-settings;0.13.13 ...
[info] Resolving org.scala-sbt#apply-macro;0.13.13 ...
[info] Resolving org.scala-sbt#command;0.13.13 ...
[info] Resolving org.scala-sbt#template-resolver;0.1 ...
[info] Resolving org.scala-sbt#logic;0.13.13 ...
[info] Resolving org.scala-sbt#compiler-interface;0.13.13 ...
[info] Resolving org.scala-lang#jline;2.10.6 ...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
C:\Users\Tiago Filipe\Desktop\travisTest\rapture\build.sbt:56: error: not found: value java8SupportJVMi
.dependsOn(baseJVM, coreJVM, timeJVM, uriJVM, codecJVM, cryptoJVM, csvJVM, ioJVM, fsJVM, netJVM, httpJVM, mimeJVM, cliJVM, mailJVM, logJVM, i18nJVM, googleTranslateJVM, textJVM, latexJVM, testJVM, dataJVM, xmlJVM, jsJVM, cssJVM, currencyJVM, jsonJVM, htmlJVM, domJVM, coreScalazJVM, httpJsonJVM, java8SupportJVMi, unixsocketJVM)
^
sbt.compiler.EvalException: Type error in expression
[error] sbt.compiler.EvalException: Type error in expression
[error] Use 'last' for the full log.
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF8
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=384M; support was removed in 8.0

See complete log in file:/C:/Users/Tiago%20Filipe/.IdeaIC2017.2/system/log/sbt.last.log