rpm/rpm-ant/build.gradle

5 lines
121 B
Groovy
Raw Normal View History

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