| Sergey Vasilinets | ccb3fcb | 2017-10-16 23:46:48 +0000 | [diff] [blame] | 1 | apply plugin: 'groovy' |
| 2 | apply plugin: 'java' | ||||
| 3 | |||||
| 4 | apply from: "dependencies.gradle" | ||||
| Aurimas Liutikas | f09d858 | 2017-01-20 21:49:51 -0800 | [diff] [blame] | 5 | |
| Aurimas Liutikas | 9ab3b4c3 | 2017-04-19 09:33:27 -0700 | [diff] [blame] | 6 | ext.supportRootFolder = project.projectDir.getParentFile() |
| 7 | apply from: 'repos.gradle' | ||||
| Aurimas Liutikas | 9ab3b4c3 | 2017-04-19 09:33:27 -0700 | [diff] [blame] | 8 | |
| Sergey Vasilinets | ccb3fcb | 2017-10-16 23:46:48 +0000 | [diff] [blame] | 9 | repos.addMavenRepositories(repositories) |
| Sergey Vasilinets | bb245e08 | 2017-10-11 00:16:04 -0700 | [diff] [blame] | 10 | |
| Aurimas Liutikas | 9697da7 | 2016-12-22 15:50:42 -0800 | [diff] [blame] | 11 | dependencies { |
| Aurimas Liutikas | f09d858 | 2017-01-20 21:49:51 -0800 | [diff] [blame] | 12 | compile libs.gradle |
| Aurimas Liutikas | 1f89c5d | 2017-04-20 10:54:57 -0700 | [diff] [blame] | 13 | compile libs.jacoco |
| Aurimas Liutikas | f1d3a82 | 2017-03-07 17:41:39 -0800 | [diff] [blame] | 14 | compile libs.error_prone |
| Siyamed Sinir | c29ea5f | 2017-03-07 22:10:01 -0800 | [diff] [blame] | 15 | compile libs.jarjar_gradle |
| Aurimas Liutikas | a192828 | 2017-07-17 12:32:26 -0700 | [diff] [blame] | 16 | compile gradleApi() |
| Aurimas Liutikas | 9697da7 | 2016-12-22 15:50:42 -0800 | [diff] [blame] | 17 | } |