apply from: "${rootDir}/gradle/java.gradle" apply from: "${rootDir}/gradle/publish.gradle" apply from: "${rootDir}/gradle/jacoco.gradle" description = 'dd-trace-annotations' dependencies { testCompile group: 'junit', name: 'junit', version: '3.8.1' }