Mendix 9.24 Disable Gradle from my Build

0
We have recently updated our projects to Mendix 9.24 and we are having an issue with Gradle causing our MxBuild to fail in our Github Actions deployment. I am wanting to know how to disable Gradle from being used for our mxbuilds. I have it disabled locally, but it won’t disappear from our github action deployment. 
asked
1 answers
0

We figured out the issue. It was nothing to do with Gradle. On our initial creation of our app, the gitignore file did not generate properly and was committing parts that should have been ignored.

answered