dropFirst is ignored when defined in property files

I’m using the last liquibase version:

  1.        
  2.             org.liquibase
  3.             liquibase-core
  4.             3.2.0
  5.        
When I set it in property file:
  1. username: root
  2. password: admin
  3. verbose: true
  4. dropFirst: true
  • [INFO] Settings----------------------------
  • ...
  • [INFO]     drop first? true