From b4838a061984db09839286b5486a351081bf3a95 Mon Sep 17 00:00:00 2001 From: laa Date: Tue, 20 Feb 2024 14:51:20 +0100 Subject: [PATCH] Ensure that xodus-tools are also deployed. --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index dd0470408..b220ab541 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -203,7 +203,7 @@ subprojects { } afterEvaluate { - if (shouldDeploy(this) && !(isDailyBuild && name == "xodus-tools")) { + if (shouldDeploy(this)) { configure { repositories { maven {