This is an automated email from the ASF dual-hosted git repository.

mpochatkin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 52f685a6bea IGNITE-27024 Disable 
:ignite-compatibility-tests:spotbugsJobs task (#6942)
52f685a6bea is described below

commit 52f685a6beaa7c1edcdf01bdd36d304bff15b950
Author: Vadim Pakhnushev <[email protected]>
AuthorDate: Tue Nov 11 17:50:39 2025 +0300

    IGNITE-27024 Disable :ignite-compatibility-tests:spotbugsJobs task (#6942)
---
 modules/compatibility-tests/jobs.gradle | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/modules/compatibility-tests/jobs.gradle 
b/modules/compatibility-tests/jobs.gradle
index 5eda9bec0d2..fda11ec7647 100644
--- a/modules/compatibility-tests/jobs.gradle
+++ b/modules/compatibility-tests/jobs.gradle
@@ -50,3 +50,7 @@ dependencies {
 
     testFixturesApi sourceSets.jobs.output
 }
+
+spotbugsJobs {
+    enabled = false
+}

Reply via email to