Last change
on this file since bf63947 was
bf63947,
checked in by zab2 <zab2@…>, 3 years ago
|
add mockito to top level
|
-
Property mode set to
100644
|
File size:
805 bytes
|
Line | |
---|
1 | subprojects { |
---|
2 | apply plugin: 'java' |
---|
3 | apply plugin: 'eclipse' |
---|
4 | |
---|
5 | repositories { |
---|
6 | jcenter() |
---|
7 | } |
---|
8 | |
---|
9 | |
---|
10 | dependencies { |
---|
11 | testCompile 'junit:junit:4.+' |
---|
12 | testCompile 'org.hamcrest:hamcrest-library:1.3' |
---|
13 | testCompile 'org.mockito:mockito-core:2.11.0' |
---|
14 | } |
---|
15 | |
---|
16 | jar { |
---|
17 | manifest { |
---|
18 | attributes 'Implementation-Version': '0.9.31-7' |
---|
19 | } |
---|
20 | } |
---|
21 | |
---|
22 | sourceCompatibility = 1.7 |
---|
23 | // Set bootClasspath=/path/to/rt.jar:/path/to/jce.jar in gradle.properties if needed |
---|
24 | // Please check if you forgot to check in gradle.properties --zab |
---|
25 | // if (bootClasspath) { |
---|
26 | // tasks.withType(AbstractCompile, { AbstractCompile ac -> |
---|
27 | // ac.options.bootstrapClasspath = files(bootClasspath) |
---|
28 | // }) |
---|
29 | // } |
---|
30 | } |
---|
31 | |
---|
32 | //apply from: file('gradle/update.gradle') |
---|
Note: See
TracBrowser
for help on using the repository browser.