sprooch
sprooch

Reputation: 31

How to disable gradle daemon in Cordova

How can I stop cordova from using gradle daemon?

I tried already these:

Anyone has an idea?

Upvotes: 0

Views: 1284

Answers (1)

scary_devil
scary_devil

Reputation: 278

You can use the following command to use Ant forcefully

cordova build android -- --ant

Upvotes: -2

Related Questions