libgdx / gdx-jnigen

jnigen is a small library that can be used with or without libGDX which allows C/C++ code to be written inline with Java source code.
Apache License 2.0
59 stars 26 forks source link

Silent failure, if "has-compiler" evaluates to false #43

Closed Berstanio closed 7 months ago

Berstanio commented 1 year ago

Currentlly, the jnigen build will silently fail, if "has-compiler" evaluated to false. The failure is noticable by the lack of any log by someone who knows jnigen, but not unfamilair users. It would be very user friendly to let the gradle task just fail, if a compiler is not present. Preferably with a meaningful error messag.