File: build.gradle

package info (click to toggle)
libminidns-java 1.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,576 kB
  • sloc: java: 13,431; xml: 171; sh: 22; perl: 16; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (4)
1
2
3
4
5
dependencies {
    compile project(':minidns-dnssec')
    testCompile project(path: ":minidns-client", configuration: "testRuntime")
    testCompile project(path: ":minidns-dnssec", configuration: "testRuntime")
}