- reverted change to remove check
This commit is contained in:
parent
029eb55f0e
commit
b40f8b79d1
1 changed files with 1 additions and 1 deletions
|
@ -250,6 +250,6 @@ if (isMaster() && !gitAvailable()) {
|
||||||
throw new GradleException('GIT system is not available. On Windows try to run Android Studio as an Administrator. Check if GIT is installed and Studio have permissions to use it')
|
throw new GradleException('GIT system is not available. On Windows try to run Android Studio as an Administrator. Check if GIT is installed and Studio have permissions to use it')
|
||||||
}
|
}
|
||||||
if (isMaster() && !allCommitted()) {
|
if (isMaster() && !allCommitted()) {
|
||||||
//throw new GradleException('There are uncommitted changes. Clone sources again as described in wiki and do not allow gradle update')
|
throw new GradleException('There are uncommitted changes. Clone sources again as described in wiki and do not allow gradle update')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue