You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gradle build fails because it tries to build for all supported operating systems rather than just the current operating system. In my case it tries to compile WinSerialPort.java on a linux system but jextract was not able to extract the windows header files. Likewise, I suspect that it would try to comple UnixSerialPort.java on windows.
The text was updated successfully, but these errors were encountered:
gradle build fails because it tries to build for all supported operating systems rather than just the current operating system. In my case it tries to compile WinSerialPort.java on a linux system but jextract was not able to extract the windows header files. Likewise, I suspect that it would try to comple UnixSerialPort.java on windows.
The text was updated successfully, but these errors were encountered: