openbakery / gradle-xcodePlugin

gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS
Apache License 2.0
455 stars 127 forks source link

Ignore unknown fields from json response #426

Closed BastianKusserow closed 4 years ago

BastianKusserow commented 4 years ago

The json response of AppCenter has some new fields, which causes the json parsing to fail. This PR ignores all unknown fields in the json response, so that the AppCenter upload will work again.

renep commented 4 years ago

Some unit test would be nice. 😬