Anonymous ID: a0e69a Jan. 30, 2018, 11:36 a.m. No.212950   🗄️.is 🔗kun   >>2982

>>212927

def shared = project(':cia-shared')

 

project(':cia-shared') {

 

dependencies {

 

testCompile group: 'junit', name: 'junit', version: '4.11'

 

compile group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.7.+'

 

compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.7.+'

 

compile group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.7.+'

 

}

 

task publish(dependsOn: bigJar) << {}

 

}

 

project(':cia-proxy') {

 

dependencies {

 

testCompile group: 'junit', name: 'junit', version: '4.11'

 

compile group: 'com.sparkjava', name: 'spark-core', version: '2.+'

 

compile group: 'com.mashape.unirest', name: 'unirest-java', version: '1.4.+'

 

compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.+'

 

compile group: 'org.json', name: 'json', version: '20160212'

 

}

 

task kill() << {

 

killProcess(3637)

 

}

 

task publish(dependsOn: bigJar) << {

 

runProcess(3637)