Skip to content

Commit

Permalink
config cache
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielittner committed Oct 3, 2024
1 parent a5ce18b commit 6647854
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

Configuration cache is generally supported, except for:
- Publishing releases to Maven Central (snapshots are fine), blocked by [Gradle issue #22779](https://github.com/gradle/gradle/issues/22779).
- Dokka only supports configuration cache in `V2Enabled` mode
- When using Dokka until Dokka version 2.1.0 is out


## 0.29.0 *(2024-06-20)*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ fun ProjectSpec.run(fixtures: Path, temp: Path, options: TestOptions): ProjectRe

private fun supportsConfigCaching(plugins: List<PluginSpec>): Boolean {
// TODO can always return true when dropping support for dokka 1
return plugins.none { it.id == dokkaPlugin.id && it.version!!.startsWith("1.") }
return plugins.none { it.id == dokkaPlugin.id }
}

private fun ProjectSpec.writeBuildFile(path: Path, repo: Path, options: TestOptions) {
Expand Down

0 comments on commit 6647854

Please sign in to comment.