From b5d93eef8f00bee81a95321ea5596ac0c60ccb10 Mon Sep 17 00:00:00 2001 From: labkey-susanh Date: Tue, 16 Dec 2025 11:12:20 -0800 Subject: [PATCH 1/2] Use new version of labkeyClientApi for commands used in API tests --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 26af89a122..1d77c94867 100644 --- a/gradle.properties +++ b/gradle.properties @@ -45,7 +45,7 @@ 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 labkeyVersion=26.1-SNAPSHOT -labkeyClientApiVersion=7.0.0 +labkeyClientApiVersion=7.0.0-moveJobs-SNAPSHOT # Version numbers for the various binary artifacts that are included when # deploying via deployApp or deployDist and when creating distributions. From 0e2b5800573f022f1b5a9f7e0af298de99c4745a Mon Sep 17 00:00:00 2001 From: labkey-susanh Date: Mon, 22 Dec 2025 13:34:49 -0800 Subject: [PATCH 2/2] labkeyClientApiVersion 7.1.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1d77c94867..f636d09d69 100644 --- a/gradle.properties +++ b/gradle.properties @@ -45,7 +45,7 @@ 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 labkeyVersion=26.1-SNAPSHOT -labkeyClientApiVersion=7.0.0-moveJobs-SNAPSHOT +labkeyClientApiVersion=7.1.0 # Version numbers for the various binary artifacts that are included when # deploying via deployApp or deployDist and when creating distributions.