source:
router/build.gradle
@
f6108b5
Last change on this file since f6108b5 was da777c1, checked in by , 7 years ago | |
---|---|
|
|
File size: 247 bytes |
Line | |
---|---|
1 | sourceSets { |
2 | main { |
3 | java { |
4 | srcDir 'java/src' |
5 | } |
6 | } |
7 | test { |
8 | java { |
9 | srcDir 'java/test/junit' |
10 | } |
11 | } |
12 | } |
13 | |
14 | dependencies { |
15 | compile project(':core') |
16 | testCompile 'junit:junit:4.+' |
17 | } |
Note: See TracBrowser
for help on using the repository browser.