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

ptupitsyn 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 88b4d9a94b2 IGNITE-25951 .NET: Fix Gradle commands in JavaServer 
(#6277)
88b4d9a94b2 is described below

commit 88b4d9a94b2658502bb2cb19cb4fb47c234def6a
Author: Pavel Tupitsyn <[email protected]>
AuthorDate: Fri Jul 18 11:59:35 2025 +0300

    IGNITE-25951 .NET: Fix Gradle commands in JavaServer (#6277)
---
 modules/platforms/dotnet/Apache.Ignite.Tests/JavaServer.cs | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/modules/platforms/dotnet/Apache.Ignite.Tests/JavaServer.cs 
b/modules/platforms/dotnet/Apache.Ignite.Tests/JavaServer.cs
index 97a5d528d9f..74392f3dc5a 100644
--- a/modules/platforms/dotnet/Apache.Ignite.Tests/JavaServer.cs
+++ b/modules/platforms/dotnet/Apache.Ignite.Tests/JavaServer.cs
@@ -42,11 +42,9 @@ namespace Apache.Ignite.Tests
 
         private const int ConnectTimeoutSeconds = 4 * 60;
 
-        private const string GradleCommandExec = 
":ignite-runner:runnerPlatformTest"
-          + " -x compileJava -x compileTestFixturesJava -x 
compileIntegrationTestJava -x compileTestJava --parallel";
+        private const string GradleCommandExec = 
":ignite-runner:runnerPlatformTest --parallel";
 
-        private const string GradleCommandExecOldServer = 
":ignite-compatibility-tests:runnerPlatformCompatibilityTest"
-          + " -x compileJava -x compileTestFixturesJava -x 
compileIntegrationTestJava -x compileTestJava --parallel";
+        private const string GradleCommandExecOldServer = 
":ignite-compatibility-tests:runnerPlatformCompatibilityTest --parallel";
 
          /** Full path to Gradle binary. */
         private static readonly string GradlePath = GetGradle();

Reply via email to