Skip to content

Commit

Permalink
Source blockmapFile from generator task (#1026)
Browse files Browse the repository at this point in the history
<!--
  ⬆ Put your description above this! ⬆

  Please be descriptive and detailed.
  
Please read our [Contributing
Guidelines](https://github.com/tinyspeck/foundry/blob/main/.github/CONTRIBUTING.md)
and [Code of Conduct](https://slackhq.github.io/code-of-conduct).

Don't worry about deleting this, it's not visible in the PR!
-->
  • Loading branch information
ZacSweers authored Oct 10, 2024
1 parent 79d0855 commit 472bc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit 472bc4e

Please sign in to comment.