sbt/client/src/main
Ethan Atkins 65599f2f84 Add sbt client project
This project is used to create client executables. The implementation is
pure java but we can build graalvm native-images from the java main
class. There are two versions of the client. One of them uses the
ipcsocket jni implementation to connect to the sbt server while the
other uses jna. It is necessary to use jni for the graalvm native-image
tool to work. Otherwise the two approaches should be identical.
2020-06-24 20:04:12 -07:00
..
java/sbt/client Add sbt client project 2020-06-24 20:04:12 -07:00
resources/META-INF/native-image Add sbt client project 2020-06-24 20:04:12 -07:00