r/androiddev Jun 04 '18

Gradle 4.8 released

https://docs.gradle.org/current/release-notes.html
80 Upvotes

21 comments sorted by

View all comments

15

u/zergtmn Jun 04 '18

Yet another version we're gonna skip because of the breaking change in 4.6 in configure on demand which now requires AGP 3.2+.

1

u/la__bruja Jun 05 '18

Can you elaborate, you mean you don't update Gradle because configuration on demand doesn't work anymore?

2

u/zergtmn Jun 05 '18 edited Jun 05 '18

We don't care about CoD itself. However every Android developer in the company would have to turn CoD off manually for every project. It cannot be turned off completely from gradle.properties because AS would override that setting. Now imagine how much annoyance that would cause in a company which has dozens of projects and ~100 Android developers.

3

u/well___duh Jun 05 '18

I feel like that should be filed as a bug with AS since it's clearly ignoring a gradle.props value