plugins { id "java" id "maven" } repositories { jcenter() mavenLocal() // Only here until cadcUtil is in jcenter. maven { url "http://dl.bintray.com/opencadc/software" } } sourceCompatibility = 1.7 group = 'opencadc' version = '1.0' dependencies { compile 'log4j:log4j:1.2.+' compile 'org.jdom:jdom2:2.+' compile 'xerces:xercesImpl:2.+' compile 'org.bouncycastle:bcprov-jdk15on:1.46' compile 'opencadc:cadcUtil:1.+' compile 'opencadc:cadcLog:1.+' compile 'opencadc:cadcRegistry:1.+' }