sphinx-gradle-plugin icon indicating copy to clipboard operation
sphinx-gradle-plugin copied to clipboard

Failing to download failed to download: https://github.com/trustin/sphinx-binary/releases/download/v0.8.1/sphinx.windows-x86_64.exe

Open PHAEH6HE opened this issue 5 years ago • 1 comments

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

PHAEH6HE avatar Oct 22 '20 05:10 PHAEH6HE

Sorry for a late reply. Could you paste the full stack trace of the failure? It seems to work fine for me.

trustin avatar Feb 11 '21 10:02 trustin