project.ext { packaging = 'jar' pomName = 'SqlJet Library' pomDescription = 'Pure Java Sqlite Library' pomUrl = 'http://www.sqljet.com/' licenses = [ ['name': 'GPL (with dual licensing option)', 'url' : 'http://www.gnu.org/licenses/gpl.html'], ['name': 'GPL version 3 (with dual licensing option)', 'url' : 'https://www.gnu.org/licenses/gpl-3.0.txt'] ] scm = ['url': 'http://svn.sqljet.com/repos/sqljet', 'connection': 'scm:svn:http://svn.sqljet.com/repos/sqljet'] developers = [['id' : 'tmate', 'name' : 'TMate Software']] }