Files
gls_docs/build.gradle
Zellweger Christof Ralf a26dd2424d ATEST-74:
- setup gradle multibuild
2015-06-10 14:18:37 +02:00

15 lines
323 B
Groovy

version = '1.0.0'
dependencies {
compile project(':ch.psi.daq.cassandra')
compile 'org.springframework.boot:spring-boot-starter-web:1.2.3.RELEASE'
compile 'org.apache.commons:commons-lang3:3.4'
}
uploadArchives {
repositories {
mavenDeployer {
pom.artifactId = 'rest'
}
}
}