diff --git a/gradle.properties b/gradle.properties index 14ba6dec44..08ef66f646 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=7.1.0 +gradlePluginsVersion=7.2.0-java25-SNAPSHOT owaspDependencyCheckPluginVersion=12.1.9 versioningPluginVersion=1.1.3 diff --git a/server/configs/config-remote/startCommandLine.bat b/server/configs/config-remote/startCommandLine.bat index b3e39fde8c..87cd5eaf27 100644 --- a/server/configs/config-remote/startCommandLine.bat +++ b/server/configs/config-remote/startCommandLine.bat @@ -1 +1 @@ -java -cp ..\..\..\build\labkeyBootstrap.jar -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005 -Xmx384m --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED org.labkey.bootstrap.RemoteServerBootstrap -modulesdir=..\..\..\build\deploy\modules -configdir=. -webappdir=..\..\..\build\deploy\labkeywebapp +java -cp ..\..\..\build\labkeyBootstrap.jar -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -Xmx384m --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED org.labkey.bootstrap.RemoteServerBootstrap -modulesdir=..\..\..\build\deploy\modules -configdir=. -webappdir=..\..\..\build\deploy\labkeywebapp