I've added canteen-maven-plugin to build executables for Linux, OSX and Windows. This is mainly useful for Windows, where this plugin was previously unusable.
I have also fixed one test case that failed on Windows due to different line separators.
The example project (grpc-kotlin-example-chatserver) references a version of this plugin on Maven Central, so naturally that project does not work on Windows yet. It will however do so once a version with these changes has been pushed to Maven Central and the version in grpc-kotlin-example-chatserver has been updated.
I've added
canteen-maven-plugin
to build executables for Linux, OSX and Windows. This is mainly useful for Windows, where this plugin was previously unusable. I have also fixed one test case that failed on Windows due to different line separators.The example project (
grpc-kotlin-example-chatserver
) references a version of this plugin on Maven Central, so naturally that project does not work on Windows yet. It will however do so once a version with these changes has been pushed to Maven Central and the version ingrpc-kotlin-example-chatserver
has been updated.