Native Build is neither building executable nor building static library

Hi

I am trying to compile and run an executable with a prebuilt binary, I cant find the generated .exe, .lib anything.

Output of build :

:linkDebugModulo7SharedLibrary UP-TO-DATE
:debugModulo7SharedLibrary UP-TO-DATE
:createDebugModulo7StaticLibrary UP-TO-DATE
:debugModulo7StaticLibrary UP-TO-DATE
:compileJava UP-TO-DATE
:processResources UP-TO-DATE
:classes UP-TO-DATE
:jar UP-TO-DATE
:linkReleaseModulo7SharedLibrary UP-TO-DATE
:releaseModulo7SharedLibrary UP-TO-DATE
:createReleaseModulo7StaticLibrary UP-TO-DATE
:releaseModulo7StaticLibrary UP-TO-DATE
:assemble UP-TO-DATE
:compileTestJava UP-TO-DATE
:processTestResources UP-TO-DATE
:testClasses UP-TO-DATE
:test UP-TO-DATE
:check UP-TO-DATE
:build UP-TO-DATE

Is gradle native build buggy? If it says build is successful, should it not generate a valid executable and/or library