Skip to content
Snippets Groups Projects
Commit 4d18a618 authored by opencadc-admin's avatar opencadc-admin Committed by GitHub
Browse files

Merge pull request #3 from brianmajor/s1965

s1965 - added missing build.gradle file
parents 625d1ad1 3707bf3a
No related branches found
No related tags found
No related merge requests found
plugins {
id 'java'
id 'maven'
id 'maven-publish'
id 'com.jfrog.bintray' version '1.7.1'
}
repositories {
jcenter()
mavenLocal()
// Only here until cadcUtil is in jcenter.
maven {
url 'http://dl.bintray.com/opencadc/software'
}
}
sourceCompatibility = 1.7
group = 'org.opencadc'
version = '1.0'
dependencies {
compile 'log4j:log4j:1.2.+'
compile 'org.jdom:jdom2:2.+'
compile 'org.json:json:20160212'
compile 'org.opencadc:cadc-util:1.+'
compile 'org.opencadc:cadc-registry:1.+'
testCompile 'junit:junit:4.+'
testCompile 'org.easymock:easymock:3.+'
testCompile 'xerces:xercesImpl:2.+'
testCompile 'org.skyscreamer:jsonassert:1.+'
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment