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}"