You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Gradle user home directory for downloading biome, fixesdiffplug#2187
Use the Gradle user home directory by default for the download directory for the biome executable.
Previously, the plugin tried to use Maven's home directory, which is not always accessible by a Gradle plugin.
According to the [Gradle docs](https://docs.gradle.org/current/kotlin-dsl/gradle/org.gradle.api.invocation/-gradle/get-gradle-user-home-dir.html),
the user home directory
> is used to cache downloaded resources, compiled build scripts and so on.
From that description, it seems to me to be the proper location for the biome executable.
Copy file name to clipboardExpand all lines: plugin-gradle/CHANGES.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ We adhere to the [keepachangelog](https://keepachangelog.com/en/1.0.0/) format (
4
4
5
5
## [Unreleased]
6
6
7
+
* Use the Gradle user home directory by default for the download directory for the biome executable. Previously, the
8
+
plugin tried to use Maven's home directory, which is not always accessible by a Gradle plugin. ([#2187](https://github.com/diffplug/spotless/issues/2187))
9
+
7
10
## [7.0.0.BETA2] - 2024-08-25
8
11
### Changed
9
12
* Support toning down sortPom logging. ([#2185](https://github.com/diffplug/spotless/pull/2185))
0 commit comments