Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1121 Workaround for colon track names
Gradle has an [issue](gradle/gradle#862) that `DirectoryProperties.file()` does always resolve file names with colon (`:`) as URI. This breaks when a colon is used as part of a file name. In this case this is needed for the dedicated PlayStore tracks: tv and wear. They require a corresponding prefix separated by a colon, e.g. "tv:internal". See: developers.google.com/android-publisher/tracks#ff-track-name Resolving the file paths without `DirectoryProperty.file` does work around this Gradle issue on Plugin side.
- Loading branch information