From 3995225c13f4935c09f96be968f3c4b35c2e832a Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Thu, 10 Oct 2024 17:08:24 -0400 Subject: [PATCH] Source blockmapFile from generator task --- 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}"