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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# gradle-docfx-plugin changelog
2
2
3
-
## 0.0.9-SNAPSHOT
3
+
## 0.0.9
4
4
5
5
### Added
6
6
***Auto-configure dependencies**: Plugin now automatically detects custom Docs tasks and makes docfxZip depend on them
@@ -14,9 +14,13 @@
14
14
* Fixed DocFX detection to check `~/.dotnet/tools/docfx` as fallback when `docfx` is not in PATH
15
15
* Plugin now correctly finds DocFX installed via `dotnet tool install -g docfx` even when `~/.dotnet/tools` is not in PATH
16
16
* Updated `isDocfxNativelySupported()` and `isDocfxInPath()` to check `~/.dotnet/tools/docfx` location
17
-
***Fixed docFxZip task timing issue**: Task now checks for `source` in `doFirst` instead of `onlyIf` to handle cases where `source` is set in another task's `doLast` (e.g., `msbuild.doLast`)
18
-
* Task will now properly detect source set dynamically during build execution
19
-
* Added detailed logging to help diagnose issues with source detection
17
+
***Fixed docFxZip task configuration timing**: Moved zip task 'from' configuration to docFx.doLast instead of zipTask.doFirst
18
+
* This ensures _site directory exists before configuring the zip task
0 commit comments