Skip to content

Instantly share code, notes, and snippets.

@grimrose
Created November 21, 2018 15:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grimrose/16c178730a92ef3992160a4fcd244495 to your computer and use it in GitHub Desktop.
Save grimrose/16c178730a92ef3992160a4fcd244495 to your computer and use it in GitHub Desktop.
sbt new playframework/play-scala-seed.g8
00:34:01:scala-projects$ which sbt
/Users/grimrose/.sdkman/candidates/sbt/current/bin/sbt
00:34:08:scala-projects$ sbt sbtVersion
[warn] No sbt.version set in project/build.properties, base directory: /Users/grimrose/Dropbox/IdeaProjects/scala-projects
[info] Loading settings for project global-plugins from build.sbt,idea.sbt ...
[info] Loading global plugins from /Users/grimrose/.sbt/1.0/plugins
[info] Set current project to scala-projects (in build file:/Users/grimrose/Dropbox/IdeaProjects/scala-projects/)
[info] 1.2.4
00:34:35:scala-projects$ sbt new playframework/play-scala-seed.g8
[info] Loading settings for project global-plugins from build.sbt,idea.sbt ...
[info] Loading global plugins from /Users/grimrose/.sbt/1.0/plugins
[info] Set current project to scala-projects (in build file:/Users/grimrose/Dropbox/IdeaProjects/scala-projects/)
[info] Set current project to scala-projects (in build file:/Users/grimrose/Dropbox/IdeaProjects/scala-projects/)
This template generates a Play Scala project
name [play-scala-seed]:
organization [com.example]:
Exiting due to error in the template: /var/folders/p9/k4ckqx6x5bd2dtmln9ggmn800000gn/T/giter8-354362172997306
File: /var/folders/p9/k4ckqx6x5bd2dtmln9ggmn800000gn/T/giter8-354362172997306/src/main/g8/build.gradle, 59:71: mismatched input '.' expecting LPAREN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment