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 (11 lines) | stat: -rw-r--r-- 217 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
description = "PerfMark Implementation API"

sourceCompatibility = 1.6
targetCompatibility = 1.6

dependencies {
    compile project(':perfmark-api'),
            libraries.jsr305,
            libraries.errorprone
}