Lines Matching refs:project
38 project.ext.fullSdkPath = fullSdkPath
39 project.ext.androidJar = files("${fullSdkPath}/platforms/android-${gradle.currentSdk}/android.jar")
53 project.ext.distDir = new File(System.env.DIST_DIR).getCanonicalFile()
56 project.ext.distDir = file('../../out/dist')
67 from project.ext.supportRepoOut
69 destinationDir project.ext.distDir
70 baseName = String.format("top-of-tree-m2repository-%s", project.multidexVersion)
79 project.buildDir = project.file("${project.parent.buildDir}/../${project.name}/build")
86 dist.dependsOn project.tasks.uploadArchives
88 project.plugins.whenPluginAdded { plugin ->
90 project.android.buildToolsVersion = rootProject.buildToolsVersion