jnr / jffi

Java Foreign Function Interface
Apache License 2.0
168 stars 77 forks source link

Update to JUnit5 and latest Maven Surefire Plugin #110

Open basshelal opened 3 years ago

basshelal commented 3 years ago

See https://github.com/jnr/jnr-ffi/pull/252

basshelal commented 3 years ago

I foolishly thought this would be as easy as it was for JNR-FFI but it's more complicated because we're using ant and we have much more native code here.

headius commented 3 years ago

Yeah it would be a good task to get rid of Ant.