Itiviti / gradle-msbuild-plugin

Gradle plugin for msbuild execution, supports C# project files for now
Apache License 2.0
102 stars 57 forks source link

Downgrade jna to 4.1 #73

Closed ngyukman closed 7 years ago

ngyukman commented 7 years ago

It fails to get registry with jna 4.2.2, with error code returning 6 which is invalid handle when it is invoked from gradle

gluck commented 7 years ago

Is this a known issue with jna 4.1 ? (any link ?) It's probably not always happening, otherwise we'd get it in UTs no ?