File: workers.gradle

package info (click to toggle)
gradle 4.4.1-22
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 85,488 kB
  • sloc: java: 319,990; xml: 14,356; javascript: 4,838; cpp: 4,200; ansic: 1,025; sh: 303; makefile: 66; asm: 17; jsp: 17; objc: 10
file content (13 lines) | stat: -rw-r--r-- 263 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13

sourceCompatibility = javaVersion.java9Compatible ? 1.7 : 1.5

dependencies {
    compile project(':core')
    compile libraries.jcip

    integTestCompile project(':internalIntegTesting')
}

useTestFixtures(project: ":logging")
useTestFixtures()
useClassycle()