There is a Java project, build is done using Gradle. There are tests in the project that also check the work with the database.
There is a hibernate.xml file in which the settings for the database. How to make so that the parameters to the database login / password / server could be set via the command line gradle build?