apply plugin: 'application' description = 'FitBank Herramientas - PDF Merger' mainClassName = 'com.fitbank.pdfmerger.Main' dependencies { compile 'com.fitbank.herramientas:util:1.4-SNAPSHOT' compile 'ch.qos.logback:logback-classic' compile 'commons-collections:commons-collections' compile 'org.apache.pdfbox:pdfbox' compile 'org.codehaus.groovy:groovy-all' compile 'com.sun.media:jai-codec:1.1.3' compile 'org.freedesktop.tango:tango-icon-theme:0.8.90' compile 'org.slf4j:log4j-over-slf4j' }