amz-shahji

Results 2 issues of amz-shahji

Need an easier, end-user friendly way of publishing prebuilt binaries. There are examples [here](https://github.com/gradle/native-samples/blob/6fbae41974772123a847071d4fa6be861d316b00/samples-dev/src/templates/build-wrapper-plugin/src/main/groovy/org/gradle/samples/plugins/WrappedNativeLibraryPlugin.groovy) and [here](https://github.com/gradle/native-samples/blob/e758c1d884bbe7413dbec5ca9702ddb212c84591/samples-dev/src/templates/build-wrapper-plugin/build.gradle.kts) that can be used create a version of the plugin which works but something...

A dot is not interpreted corrected in project names. For a project name like 'abc.def', the generated dll is 'abc.dll' instead of 'abc.def.dll'. Affects the output of both static and...

a:bug