Separated statement running logic in Groovy implementation to allow reuse.

This commit is contained in:
Jonathan Bernard
2016-05-17 21:35:57 -05:00
parent b49b648358
commit c933d6ac2b
4 changed files with 18 additions and 15 deletions

View File

@ -3,7 +3,7 @@ apply plugin: 'application'
apply plugin: 'maven'
group = 'com.jdblabs'
version = '0.2.2'
version = '0.2.3'
mainClassName = 'com.jdblabs.dbmigrate.DbMigrate'