Skip to content

fix: use Toolbox cache for Windows plugin installation via Gradle - #354

Merged
fioan89 merged 1 commit into
mainfrom
fix-windows-install-command
Aug 25, 2026
Merged

fix: use Toolbox cache for Windows plugin installation via Gradle#354
fioan89 merged 1 commit into
mainfrom
fix-windows-install-command

Conversation

@fioan89

@fioan89 fioan89 commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator

Toolbox 3.7 looks for external plugins inside its Windows cache, but the Gradle task (installPlugin) copied them to a different directory, so Toolbox ignored the installed plugin. Use the platform-specific plugin locations for installation and cleanup, and correct the related documentation while keeping the existing Linux and macOS paths.

Toolbox 3.7 looks for external plugins inside its Windows cache, but the Gradle task (installPlugin) copied them to a different directory, so Toolbox ignored the installed plugin. Use the platform-specific plugin locations for installation and cleanup, and correct the related documentation while keeping the existing Linux and macOS paths.

@code-asher code-asher left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

holy smokes thank you I have just been manually copying to cache whenever I tested Windows and I assumed it was a Toolbox bug lol

@fioan89

fioan89 commented Aug 25, 2026

Copy link
Copy Markdown
Collaborator Author

yeah, ./gradlew cleanAll installPlugin should work now :)

@fioan89
fioan89 merged commit 2b2a8f1 into main Aug 25, 2026
6 checks passed
@fioan89
fioan89 deleted the fix-windows-install-command branch August 25, 2026 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants