[IOT-1089] Change Android build system to accomodate both Android and Generic Java...
[contrib/iotivity.git] / java / examples-java / build.gradle
1 // Top-level build file where you can add configuration options common to all sub-projects/modules.\r
2 \r
3 buildscript {\r
4     repositories {\r
5         jcenter()\r
6     }\r
7     dependencies {\r
8 \r
9         // NOTE: Do not place your application dependencies here; they belong\r
10         // in the individual module build.gradle files\r
11     }\r
12 }\r
13 \r
14 allprojects {\r
15     apply plugin: 'java'\r
16     repositories {\r
17         jcenter()\r
18     }\r
19     dependencies {\r
20         compile fileTree(dir: "../../iotivity-$TARGET_OS/build/libs/", include: '*.jar')\r
21     }\r
22 }\r