diff --git a/gradle.properties b/gradle.properties index e275eb6120..e6a64affd8 100644 --- a/gradle.properties +++ b/gradle.properties @@ -59,7 +59,7 @@ windowsProteomicsBinariesVersion=1.0 # The current version numbers for the gradle plugins. artifactoryPluginVersion=5.2.5 gradleNodePluginVersion=7.1.0 -gradlePluginsVersion=6.1.0 +gradlePluginsVersion=6.2.0 owaspDependencyCheckPluginVersion=12.1.1 versioningPluginVersion=1.1.2 diff --git a/server/configs/application.properties b/server/configs/application.properties index 2cdc072243..a616f0c450 100644 --- a/server/configs/application.properties +++ b/server/configs/application.properties @@ -46,7 +46,7 @@ context.encryptionKey=@@encryptionKey@@ ## By default, we serve LabKey at the root context path (e.g. http://localhost:8080) ## You may customize the context path if you wish (e.g. http://localhost:8080/labkey) -#context.contextPath=/labkey +#context.contextPath=@@contextPath@@ ## Using a legacy context path provides backwards compatibility with old deployments. A typical use case would be to ## deploy to the root context (the default) and configure /labkey as the legacy path. GETs will be redirected.