mirror of https://github.com/sbt/sbt.git
Fixes #3821 Initially I missed why #3821 was failing. Looking at it again, the error message reads: ``` Caused by: java.lang.IllegalArgumentException: Interface (NGWin32NamedPipeLibrary) of library=kernel32 does not extend Library at com.sun.jna.Native.loadLibrary(Native.java:566) at sbt.internal.NGWin32NamedPipeLibrary.<clinit>(NGWin32NamedPipeLibrary.java:38) ... 7 more ``` Inside `Native.loadLibrary`, it requires the "library" interface to extend `com.sun.jna.Library`, which this adds. |
||
|---|---|---|
| .. | ||
| contraband | ||
| contraband-scala | ||
| java/sbt/internal | ||
| scala | ||