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 6492b7a2cd1 IGNITE-24536 Fix test fixtures optional deps in artifact
pom (#5243)
6492b7a2cd1 is described below
commit 6492b7a2cd1bd41a2b90a06d9665fcefed27d265
Author: Mikhail <[email protected]>
AuthorDate: Tue Feb 18 16:00:07 2025 +0300
IGNITE-24536 Fix test fixtures optional deps in artifact pom (#5243)
---
buildscripts/java-test-fixtures.gradle | 3 +++
1 file changed, 3 insertions(+)
diff --git a/buildscripts/java-test-fixtures.gradle
b/buildscripts/java-test-fixtures.gradle
index 8e773e33868..8d366652f40 100644
--- a/buildscripts/java-test-fixtures.gradle
+++ b/buildscripts/java-test-fixtures.gradle
@@ -35,3 +35,6 @@ pmdTestFixtures {
spotbugsTestFixtures {
enabled(false)
}
+
+components.java.withVariantsFromConfiguration(configurations.testFixturesApiElements)
{ skip() }
+components.java.withVariantsFromConfiguration(configurations.testFixturesRuntimeElements)
{ skip() }