Open techie-guy opened 9 months ago
You should be able to invoke Premake as a usual command-line application via some variant of exec
in Gradle if I understand correctly that's what you're trying to do: https://stackoverflow.com/questions/38250735/gradle-execute-command-lines-in-custom-task
Is there any way to run the prebuild commands in the
premake5.lua
file, from Gradle