Skip to content

Commit bafbb28

Browse files
support testing with serverContext on teamCity (#1050)
1 parent 3d30be5 commit bafbb28

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ windowsProteomicsBinariesVersion=1.0
5959
# The current version numbers for the gradle plugins.
6060
artifactoryPluginVersion=5.2.5
6161
gradleNodePluginVersion=7.1.0
62-
gradlePluginsVersion=6.1.0
62+
gradlePluginsVersion=6.2.0
6363
owaspDependencyCheckPluginVersion=12.1.1
6464
versioningPluginVersion=1.1.2
6565

server/configs/application.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ context.encryptionKey=@@encryptionKey@@
4646

4747
## By default, we serve LabKey at the root context path (e.g. http://localhost:8080)
4848
## You may customize the context path if you wish (e.g. http://localhost:8080/labkey)
49-
#context.contextPath=/labkey
49+
#context.contextPath=@@contextPath@@
5050

5151
## Using a legacy context path provides backwards compatibility with old deployments. A typical use case would be to
5252
## deploy to the root context (the default) and configure /labkey as the legacy path. GETs will be redirected.

0 commit comments

Comments
 (0)