From 74734b485a3a35435996090e198a65bd20b707c7 Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Thu, 10 Jan 2019 23:28:34 +0100 Subject: [PATCH] workaround the "There is an incompatible JNA native library installed on this system" issue on appveyor --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 7f83e4c2..96bb26c5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -17,7 +17,7 @@ install: - mvn --version build_script: - - mvn -B clean install + - mvn -B clean install -Djna.nosys=true # Maven runs the tests as part of the build, so we don't need to run them again test: off