source:
router/build.gradle
@
aa3ac754
Last change on this file since aa3ac754 was aa3ac754, checked in by , 7 years ago | |
---|---|
|
|
File size: 276 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 project(path: ':core', configuration: 'tests') |
17 | } |
Note: See TracBrowser
for help on using the repository browser.