Upgrading to gradle plugin 3.2.1 and SDK 28 fails
When I'm trying to update to the android gradle plugin v 3.2.1 and compile SDK 28, I get the error/stacktrace below on our buildserver (debian), on Mac OS, this works fine.
Old working configuration:
classpath 'com.android.tools.buildG3.1.4'
compileSdkVersion 27
buildToolsVersion '28.0.2'
gradle wrapper 4.6
New broken configuration
classpath 'com.android.tools.buildG3.2.1'
compileSdkVersion 28
buildToolsVersion '28.0.3'
gradle wrapper 4.10.2
Does anyone have a clue what...