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

Use correct xcresulttool version #424

Closed BastianKusserow closed 4 years ago

BastianKusserow commented 4 years ago

Currently the plugin uses the xcresulttool from the selected xcode command line tools. This leads to problems if a different xcode version was specified in the build.gradle file.

renep commented 4 years ago

Looks like the gradle version must be updated, because it does not work with OpenJDK 13.

BastianKusserow commented 4 years ago

Looks like the gradle version must be updated, because it does not work with OpenJDK 13.

So which version do you propose? 5.6.3?

renep commented 4 years ago

yes 5.6.3 should be fine

BastianKusserow commented 4 years ago

yes 5.6.3 should be fine

Seems like 5.6.3 or 5.6.4 also do not support java 13. According to gradle.org, support for java 13 is planned for gradle 6.0. Do you know if the java version on travis can be specified somewhere?

renep commented 4 years ago

I updated now to gradle 6.0.1. I have to change some minor things in the project and was then able to merge this branch.