liquibase / liquibase-gradle-plugin

A Gradle plugin for Liquibase
Other
197 stars 57 forks source link

Improvement: Easier debugging of Liquibase #100

Closed felixscheinost closed 1 year ago

felixscheinost commented 2 years ago

By using jvmArgs instead of setJvmArgs we keep the jvmArgs that were configured on the Gradle task before.

This makes debugging Liquibase itself easier because it allows setting breakpoints in e.g. IntelliJ and simply enabling Gradle script debugging. IntelliJ will populate jvmArgs with the (random) port where the JDWP server is listening.

Using setJvmArgs we overwrite this setting and debugging doesn't work.

felixscheinost commented 1 year ago

Bump. Rebased on master.

stevesaliman commented 1 year ago

Duplicate of #114