Skip to:
The YamlChangeLogParser opens an InputStream on the changelog file here which is not closed.
If a yaml changelog is parsed by a daemon process (Gradle, for example), a lock on the changelog file is kept until the process is killed.
Gradle 4.4.1/ Yaml ChangeLog
Resolved by https://github.com/liquibase/liquibase/pull/844
The YamlChangeLogParser opens an InputStream on the changelog file here which is not closed.
If a yaml changelog is parsed by a daemon process (Gradle, for example), a lock on the changelog file is kept until the process is killed.