diff options
author | Vitaly Takmazov | 2017-10-31 01:32:13 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-10-31 01:32:46 +0300 |
commit | 20e19b4242f888aafe3c55f9dabe3af46728cbab (patch) | |
tree | f6733154952d2ddca5435cfc900369df26114a0f /juick-www/build.gradle | |
parent | 240a375ecdeb7592d8765f0edb7d2fd67c50ac10 (diff) |
gradle: farm configuration
Diffstat (limited to 'juick-www/build.gradle')
-rw-r--r-- | juick-www/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/build.gradle b/juick-www/build.gradle index 91d48c80..43ce83b6 100644 --- a/juick-www/build.gradle +++ b/juick-www/build.gradle @@ -44,7 +44,7 @@ compileJava.options.encoding = 'UTF-8' gretty { httpPort = 8080 - contextPath = '' + contextPath = '/' servletContainer = 'tomcat8' } |