From c7dee9a1b2448093ed8a4a5212059252b723b678 Mon Sep 17 00:00:00 2001 From: labkey-jeckels Date: Mon, 14 Sep 2026 10:45:34 -0700 Subject: [PATCH 1/2] Update Gradle plugin to version that drops SupportedDatabases --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index d1a51ad9cf..fa4c3f0117 100644 --- a/gradle.properties +++ b/gradle.properties @@ -28,7 +28,7 @@ useLocalBuild #useSsl # the URL for the artifact repository where our build plugins are housed -# as well as the build artifacts. (Be careful not to include a trailing slash +# as well as the build artifacts. (Be careful not to include a trailing slash # in the context URL or you will get a 500 error from artifactory.) artifactory_contextUrl=https://labkey.jfrog.io/artifactory @@ -43,7 +43,7 @@ targetCompatibility=25 buildFromSource=true # The default version for LabKey artifacts that are built or that we depend on. -# override in an individual module's gradle.properties file as necessary +# override in an individual module's gradle.properties file as necessary labkeyVersion=26.10-SNAPSHOT labkeyClientApiVersion=8.0.0 @@ -56,7 +56,7 @@ windowsProteomicsBinariesVersion=1.0 # The current version numbers for the gradle plugins. artifactoryPluginVersion=6.0.4 gradleNodePluginVersion=7.1.0 -gradlePluginsVersion=10.0.1 +gradlePluginsVersion=10.1.0-removeSqlServer3-SNAPSHOT owaspDependencyCheckPluginVersion=13.0.0 # Versions of node and npm to use during the build. If set, these versions From a45e2df94b0439f109c5de0963f027d94b47e6bc Mon Sep 17 00:00:00 2001 From: labkey-jeckels Date: Tue, 15 Sep 2026 08:59:26 -0700 Subject: [PATCH 2/2] Pick up official plugin release --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index fa4c3f0117..10db1eb729 100644 --- a/gradle.properties +++ b/gradle.properties @@ -56,7 +56,7 @@ windowsProteomicsBinariesVersion=1.0 # The current version numbers for the gradle plugins. artifactoryPluginVersion=6.0.4 gradleNodePluginVersion=7.1.0 -gradlePluginsVersion=10.1.0-removeSqlServer3-SNAPSHOT +gradlePluginsVersion=11.0.0 owaspDependencyCheckPluginVersion=13.0.0 # Versions of node and npm to use during the build. If set, these versions