| 1234567891011121314151617 |
- apply plugin: "java"
- apply plugin: "eclipse"
- apply plugin: "idea"
-
- repositories {
- mavenCentral()
- }
-
-
- dependencies {
- testCompile "junit:junit:4.10"
- }
-
- // ignore; used by track maintainers.
- sourceSets { example { } }
- dependencies { testCompile sourceSets.example.output }
|