- reverted change to remove check

This commit is contained in:
Andy Rozman 2021-05-26 16:04:47 +01:00
parent 029eb55f0e
commit b40f8b79d1

View file

@ -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')
}
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')
}