push
travis-ci
271 of 276 relevant lines covered (98.19%)
141.55 hits per line
1 |
package com.github.ksoichiro.eclipse.aar
|
|
2 |
|
|
3 |
import org.gradle.api.Project |
|
4 |
|
|
5 |
class AarPluginExtension { |
|
6 |
Project project |
|
7 |
String androidTarget = 'android-21' |
15 all except ✔ |
8 |
String aarDependenciesDir = 'aarDependencies' |
30 all except ✔ |
9 |
String jarDependenciesDir
|
35 all except ✔ |
10 |
String projectNamePrefix = '' |
15 all except ✔ |
11 |
boolean cleanLibsDirectoryEnabled = false |
27 all except ✔ |
12 |
String projectName
|
2 all except ✔ |
13 |
List<String> targetConfigurations = ['compile', 'debugCompile'] |
521 all except ✔ |
14 |
|
5 all except ✔ |
15 |
AarPluginExtension(Project project) { |
2 all except ✔ |
16 |
this.project = project
|
517 all except ✔ |
17 |
} |
4 all except ✔ |
18 |
} |
12 all except ✔ |