rpm/rpm-ant/build.gradle

5 lines
118 B
Groovy
Raw Normal View History

2017-10-07 13:14:33 +02:00
dependencies {
compile project(':rpm-core')
compile "org.apache.ant:ant:${project.property('ant.version')}"
}