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 has been archived by the owner on Apr 27, 2019. It is now read-only.
Whenever I try to create the smtp jar via sbt assembly I get the following error. Do you have any idea how to fix this?
[info] Loading project definition from /home/test/Desktop/maildrop/smtp/project
[info] Loading project definition from /home/test/Desktop/maildrop/common/project
[info] Set current project to smtp (in build file:/home/test/Desktop/maildrop/smtp/)
[error] Not a valid command: assembly
[error] Not a valid project ID: assembly
[error] Expected ':' (if selecting a configuration)
[error] Not a valid key: assembly
[error] assembly
[error] ^
Also with latest version of play framework, it's no longer "play dist" it is "activator dist". Maybe the installation instructions need an update?
The text was updated successfully, but these errors were encountered:
Whenever I try to create the smtp jar via sbt assembly I get the following error. Do you have any idea how to fix this?
[info] Loading project definition from /home/test/Desktop/maildrop/smtp/project
[info] Loading project definition from /home/test/Desktop/maildrop/common/project
[info] Set current project to smtp (in build file:/home/test/Desktop/maildrop/smtp/)
[error] Not a valid command: assembly
[error] Not a valid project ID: assembly
[error] Expected ':' (if selecting a configuration)
[error] Not a valid key: assembly
[error] assembly
[error] ^
Also with latest version of play framework, it's no longer "play dist" it is "activator dist". Maybe the installation instructions need an update?
The text was updated successfully, but these errors were encountered: