Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into ver/1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zlataovce committed Jun 1, 2024
2 parents 8f8dc11 + 0987662 commit 6f8afde
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class AccessorGeneratorPlugin : Plugin<Project> {
this.versions.set(config.versions)
this.namespaces.set(project.provider { config.namespaces.get() + config.historyNamespaces.get() })
this.relaxedCache.set(config.relaxedCache)
this.platform.set(config.platform)
this.manifest.set(manifest)
this.mappingBundle.fileProvider(mappingBundle.flatMap { mb ->
project.provider { // Kotlin doesn't like returning null from Provider#map
Expand Down

0 comments on commit 6f8afde

Please sign in to comment.