From 472bc4e45043dc1cd8b74ad472ad6ba685a20242 Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Thu, 10 Oct 2024 17:15:20 -0400 Subject: [PATCH] Source blockmapFile from generator task (#1026) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5829df2e6..03b215214 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -380,7 +380,7 @@ subprojects { notCompatibleWithConfigurationCache( "UploadPluginTask is not compatible with the configuration cache" ) - dependsOn(blockMapTask) + blockmapFile.set(blockMapTask.flatMap { it.blockmapFile }) url.set( providers.gradleProperty("SgpIntellijArtifactoryBaseUrl").map { baseUrl -> "$baseUrl/${pluginDetails.urlSuffix}"