gregwhitaker / gradle-flatbuffers-plugin

Gradle plugin for generating code from Google FlatBuffers schemas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Automatically Download Flatbuffers Binaries

gregwhitaker opened this issue · comments

The plugin should detect the current OS and then automatically download the Flatbuffers binaries for the platform so that there is not a need to have Flatbuffers installed before running the plugin.

It should be possible to use https://github.com/davidmoten/flatbuffers which is a prepackaged, released version of flatc for major platforms.

Please do this?