top | item 25802708

(no title)

gddhn | 5 years ago

Being new to Gradle, I used to run into this same issue. In one of the projects I use, I happened to find this comment, in github, which helped me fix the issue https://github.com/quarkusio/quarkus/issues/10454#issuecomme...

So increasing the default max heap size of the gradle build helped fix the issue https://github.com/quarkusio/quarkus/pull/10508/files.

discuss

order

benibela|5 years ago

And how could I make sure that the gradle I start on the command line and the gradle started by Android Studio use the same daemon?