Where does liquibase save the properties in liquibase.properties file?

Hello

I’m using the customChange tag and need access to the values in liquibase.properties. Is it saved anywhere? I can’t seem to find references to it in the github source code. I don’t want to manually read in the properties file, cause that means everytime I need to change that file, I have to repackage the maven project into a JAR.

Thanks~

That’s a good question. @NathanVoxland do you mind taking a look at this one? Thank you :slight_smile: