trustin / sphinx-gradle-plugin

Sphinx site generation plugin for Gradle
https://trustin.github.io/sphinx-gradle-plugin/
Apache License 2.0
18 stars 7 forks source link

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

Open PHAEH6HE opened 3 years ago

PHAEH6HE commented 3 years ago

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.

BUILD FAILED in 6s 1 actionable task: 1 executed

trustin commented 3 years ago

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