valery1707 / kaitai-gradle-plugin

Gradle plugin for Kaitai: declarative language to generate binary data parsers

Home Page:https://kaitai.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to download kaitai compiler

liangde-chen opened this issue · comments

It used to work but today I received:

name.valery1707.kaitai.KaitaiException: Fail to download 'https://dl.bintray.com/kaitai-io/universal/0.8/kaitai-struct-compiler-0.8.zip' into XXXX

Access to https://dl.bintray.com/kaitai-io/universal/0.8/kaitai-struct-compiler-0.8.zip has got http status code 403

I do not have access to the site with kaitai compiler binaries.
Original kaitai distribution site has news about the sunset of the JFrog Bintray as of May 2, 2021:
2021-06-01_18-09-08

You can configure the URL of kaitai compiler distribution with property url - please set it to https://github.com/kaitai-io/kaitai_struct_compiler/releases/download/0.8/kaitai-struct-compiler-0.8.zip.