build: Add Xcode version check (#3543)
This commit is contained in:
@@ -55,6 +55,10 @@ defaultTasks 'clean', 'dist'
|
||||
|
||||
convention.plugins.platformInfo = PlatformInfo
|
||||
|
||||
if (isMac()) {
|
||||
checkXcodeVersion(project)
|
||||
}
|
||||
|
||||
ext {
|
||||
distDir = file('dist')
|
||||
dependenciesDir = DependencyProcessor.defaultDependenciesRoot
|
||||
|
||||
Reference in New Issue
Block a user