Fix offline assets.jar dep path in config.

This commit is contained in:
David Russell 2017-11-15 09:40:20 +07:00
parent 816660e736
commit 49f3b4daac

View File

@ -382,7 +382,7 @@ gitpitch {
prod {
fixed {
assets {
home = "./lib/com.gitpitch.server-1.0-assets.jar"
home = "./lib/com.gitpitch.server-2.0-assets.jar"
}
}
}