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
{{ message }}
This repository was archived by the owner on Apr 23, 2019. It is now read-only.
When loading the play-scala-starter-example project as a gradle project in intellij.
The external libraries only shows java 1.8 related libraries. All the dependencies loaded via gradle are missing.
I suspect it has something to do with using play and playTest to load the dependencies instead of the normal compile and testCompile. What is the difference between the two ? Can someone help ?
dependencies {
play "com.typesafe.play:play-guice_$scalaVersion:$playVersion"
play "com.typesafe.play:play-logback_$scalaVersion:$playVersion"
play "com.h2database:h2:1.4.197"
playTest "org.scalatestplus.play:scalatestplus-play_$scalaVersion:3.1.2"
}