![]() |
RegisterInterface gradle build support - Printable Version +- Alchitry Forums (https://forum.alchitry.com) +-- Forum: Alchitry (https://forum.alchitry.com/forum-1.html) +--- Forum: Tips and Tricks (https://forum.alchitry.com/forum-3.html) +--- Thread: RegisterInterface gradle build support (/thread-285.html) |
RegisterInterface gradle build support - itsmechuckb - 12-15-2020 I have created a Java lib project that contains a slightly modified version of the RegisterInterface.java class. The lib is bundled up with appropriate jssc dependencies and is published to jitpack. The project is located at https://github.com/chuckb/RegisterInterface and the jitpack repo reference is located at https://jitpack.io/#com.chuckstechtalk/RegisterInterface You should be able to simply add to your gradle.build file as instructed and do a gradle run. Jssc should come down automatically. |