Failing to download failed to download: https://github.com/trustin/sphinx-binary/releases/download/v0.8.1/sphinx.windows-x86_64.exe
Tried using version 2.9.0 in window using below and its failing to download sphinx for windows.
plugins { id "kr.motd.sphinx" version "2.9.0" }
Error
Task :sphinx FAILED Download https://github.com/trustin/sphinx-binary/releases/download/v0.8.1/sphinx.windows-x86_64.exe
FAILURE: Build failed with an exception.
- What went wrong: Execution failed for task ':sphinx'.
failed to download: https://github.com/trustin/sphinx-binary/releases/download/v0.8.1/sphinx.windows-x86_64.exe
-
Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
-
Get more help at https://help.gradle.org
BUILD FAILED in 6s 1 actionable task: 1 executed
Sorry for a late reply. Could you paste the full stack trace of the failure? It seems to work fine for me.