From 3a8cd2feb18bb2fa43318c1742a17e6ef6638e9f Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Tue, 18 Aug 2026 11:05:45 -0700 Subject: [PATCH 1/2] Test snapshot version of Java client API --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 1940568c5c..668e5012e1 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.9-SNAPSHOT -labkeyClientApiVersion=7.3.0 +labkeyClientApiVersion=7.4.0-fb_execute_sql_refactor-SNAPSHOT # Uncomment the following line to download proteomics binaries #includeProteomicsBinaries From 0ce9fce5846d11f4ae0c9790a23b74543caee033 Mon Sep 17 00:00:00 2001 From: Adam Rauch Date: Thu, 20 Aug 2026 14:43:16 -0700 Subject: [PATCH 2/2] Use latest version --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index d0c7d9952c..f7b717aa47 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.9-SNAPSHOT -labkeyClientApiVersion=7.4.0-fb_execute_sql_refactor-SNAPSHOT +labkeyClientApiVersion=8.0.0 # Uncomment the following line to download proteomics binaries #includeProteomicsBinaries