Skip to content

Commit

Permalink
version: v1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doortts committed Aug 16, 2021
1 parent 6eeea14 commit 0538abd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.nio.file.Paths

name := """yona"""

version := "1.14.0"
version := "1.15.0"

libraryDependencies ++= Seq(
// Add your project dependencies here,
Expand Down
9 changes: 9 additions & 0 deletions dist.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# User this restart shell just for example
#
PORT=9000
YONA_DATA=/Users/doortts/repos/yona;export YONA_DATA
act=/Users/doortts/apps/play2

pid=`ps -ef | grep java | grep activator-launch | awk '{print $2}'`
kill $pid
_JAVA_OPTIONS="-Xmx2048m -Xms1024m -Dyona.data=$YONA_DATA -DapplyEvolutions.default=true -Dhttp.port=$PORT" $act dist

0 comments on commit 0538abd

Please sign in to comment.