File: build.gradle

package info (click to toggle)
perfmark-java 0.21.0%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 860 kB
  • sloc: java: 4,963; xml: 13; makefile: 5
file content (10 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
description = "PerfMark Utils"

sourceCompatibility = 1.8
targetCompatibility = 1.8

dependencies {
    compile project(':perfmark-api')
    testCompile project(':perfmark-impl'), 
            project(':perfmark-java6')
}