asciidoctor / asciidoctor-fopub

A portable DocBook-to-PDF build command that wraps DocBook XSL and Apache FOP
MIT License
113 stars 37 forks source link

fix redirect (302) causes corrupt zip file #72

Closed koen-unifly closed 7 years ago

koen-unifly commented 7 years ago

Instead of downloading the zip-file, the html-file with the 302 message is downloaded.

mojavelinux commented 7 years ago

Actually, it turns out these resources are now available in the central repository. Therefore, I've proposed to change the script to use the built-in dependency resolution mechanism in Gradle. See https://github.com/asciidoctor/asciidoctor-fopub/pull/73. Based on my tests, this works.