mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-07-16 08:55:18 +00:00
Initial support for server REPL (#68)
* Initial support for server console * Expand README * Fix unmanagedClasspath for `sbt pslogin/console`
This commit is contained in:
parent
2ee4d27a9d
commit
88b6974edc
3 changed files with 57 additions and 9 deletions
|
|
@ -22,7 +22,8 @@ lazy val commonSettings = Seq(
|
|||
|
||||
lazy val pscryptoSettings = Seq(
|
||||
unmanagedClasspath in Test += (baseDirectory in ThisBuild).value / "pscrypto-lib",
|
||||
unmanagedClasspath in Runtime += (baseDirectory in ThisBuild).value / "pscrypto-lib"
|
||||
unmanagedClasspath in Runtime += (baseDirectory in ThisBuild).value / "pscrypto-lib",
|
||||
unmanagedClasspath in Compile += (baseDirectory in ThisBuild).value / "pscrypto-lib"
|
||||
)
|
||||
|
||||
lazy val psloginPackSettings = packAutoSettings ++ Seq(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue