/external/dokka/.idea/ |
D | modules.xml | 5 …gradle-plugin/android-gradle-plugin.iml" filepath="$PROJECT_DIR$/.idea/modules/runners/android-gra… 6 …gradle-plugin/android-gradle-plugin_main.iml" filepath="$PROJECT_DIR$/.idea/modules/runners/androi… 7 …gradle-plugin/android-gradle-plugin_test.iml" filepath="$PROJECT_DIR$/.idea/modules/runners/androi… 31 …-gradle-plugin/dokka.runners.android-gradle-plugin.iml" filepath="$PROJECT_DIR$/.idea/modules/runn… 32 …gradle-plugin/dokka.runners.android-gradle-plugin.main.iml" filepath="$PROJECT_DIR$/.idea/modules/… 33 …gradle-plugin/dokka.runners.android-gradle-plugin.test.iml" filepath="$PROJECT_DIR$/.idea/modules/… 43 …gradle-integration-tests/dokka.runners.gradle-integration-tests.iml" filepath="$PROJECT_DIR$/.idea… 44 …gradle-integration-tests/dokka.runners.gradle-integration-tests.main.iml" filepath="$PROJECT_DIR$/… 45 …gradle-integration-tests/dokka.runners.gradle-integration-tests.test.iml" filepath="$PROJECT_DIR$/… 46 …ules/runners/gradle-plugin/dokka.runners.gradle-plugin.iml" filepath="$PROJECT_DIR$/.idea/modules/… [all …]
|
D | compiler.xml | 15 <module name="android-gradle-plugin_main" target="1.8" /> 16 <module name="android-gradle-plugin_test" target="1.8" /> 31 <module name="dokka.runners.android-gradle-plugin.main" target="1.8" /> 32 <module name="dokka.runners.android-gradle-plugin.test" target="1.8" /> 39 <module name="dokka.runners.gradle-integration-tests.main" target="1.8" /> 40 <module name="dokka.runners.gradle-integration-tests.test" target="1.8" /> 41 <module name="dokka.runners.gradle-plugin.main" target="1.8" /> 42 <module name="dokka.runners.gradle-plugin.test" target="1.8" /> 45 <module name="gradle-integration-tests_main" target="1.8" /> 46 <module name="gradle-integration-tests_test" target="1.8" /> [all …]
|
/external/dagger2/.github/workflows/ |
D | ci.yml | 32 - name: 'Cache Gradle files' 36 ~/.gradle/caches 37 ~/.gradle/wrapper 38 … key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} 40 ${{ runner.os }}-gradle- 59 - name: 'Cache Gradle files' 63 ~/.gradle/caches 64 ~/.gradle/wrapper 65 … key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} 67 ${{ runner.os }}-gradle- [all …]
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/ |
D | DefaultManifestFactoryTest.java | 21 properties.put("android_merged_manifest", "/gradle/AndroidManifest.xml"); in identify() 22 properties.put("android_merged_resources", "/gradle/res"); in identify() 23 properties.put("android_merged_assets", "/gradle/assets"); in identify() 34 .isEqualTo(FileFsFile.from(baseDir + "/gradle/AndroidManifest.xml")); in identify() 36 .isEqualTo(FileFsFile.from(baseDir + "/gradle/res")); in identify() 38 .isEqualTo(FileFsFile.from(baseDir + "/gradle/assets")); in identify() 45 properties.put("android_merged_manifest", "/gradle/AndroidManifest.xml"); in identify_withResourceApk() 46 properties.put("android_merged_resources", "/gradle/res"); in identify_withResourceApk() 47 properties.put("android_merged_assets", "/gradle/assets"); in identify_withResourceApk() 48 properties.put("android_resource_apk", "/gradle/resources.ap_"); in identify_withResourceApk() [all …]
|
/external/proguard/build/ |
D | build.xml | 12 <property name = "gradle.jar1" value = "${gradle.home}/lib/plugins/gradle-plugins-2.1.jar"/> 13 <property name = "gradle.jar2" value = "${gradle.home}/lib/gradle-base-services-2.1.jar"/> 14 <property name = "gradle.jar3" value = "${gradle.home}/lib/gradle-base-services-groovy-2.1.jar"/> 15 <property name = "gradle.jar4" value = "${gradle.home}/lib/gradle-core-2.1.jar"/> 16 <property name = "gradle.jar5" value = "${gradle.home}/lib/groovy-all-2.3.6.jar"/> 124 … set the value of the property gradle.home in the file build.properties, if you want to build the … 128 <available file="${gradle.jar1}"/> 129 <available file="${gradle.jar2}"/> 130 <available file="${gradle.jar3}"/> 131 <available file="${gradle.jar4}"/> [all …]
|
/external/grpc-grpc-java/ |
D | .travis.yml | 14 - mkdir -p $HOME/.gradle/caches && 15 ln -s /tmp/gradle-caches-modules-2 $HOME/.gradle/caches/modules-2 16 - mkdir -p $HOME/.gradle && 17 ln -s /tmp/gradle-wrapper $HOME/.gradle/wrapper 19 - mkdir -p $HOME/.gradle 20 - echo "checkstyle.ignoreFailures=false" >> $HOME/.gradle/gradle.properties 21 - echo "failOnWarnings=true" >> $HOME/.gradle/gradle.properties 22 - echo "errorProne=true" >> $HOME/.gradle/gradle.properties 47 # We have decided not to make our build.gradle support both plugins, so when 59 - /tmp/gradle-caches-modules-2 [all …]
|
D | build.gradle | 4 maven { url "https://plugins.gradle.org/m2/" } 7 classpath "com.diffplug.spotless:spotless-plugin-gradle:3.13.0" 8 classpath 'com.google.gradle:osdetector-gradle-plugin:1.4.0' 9 classpath 'ru.vyarus:gradle-animalsniffer-plugin:1.4.5' 10 classpath 'net.ltgt.gradle:gradle-errorprone-plugin:0.0.13' 11 classpath 'net.ltgt.gradle:gradle-apt-plugin:0.13' 12 classpath "me.champeau.gradle:jmh-gradle-plugin:0.4.5" 13 classpath 'me.champeau.gradle:japicmp-gradle-plugin:0.2.5' 25 apply plugin: "me.champeau.gradle.jmh" 52 // https://github.com/gradle/gradle/issues/2315 [all …]
|
/external/proguard/examples/gradle/ |
D | proguard.gradle | 2 // This Gradle build file illustrates how to process ProGuard itself. 5 // gradle -b proguard.gradle proguard 8 // Tell Gradle where to find the ProGuard task. 21 task proguard(type: proguard.gradle.ProGuardTask) { 29 // We'll filter out the Ant classes, Gradle classes, and WTK classes, keeping 32 … injars '../../lib/proguard.jar', filter: '!proguard/ant/**,!proguard/gradle/**,!proguard/wtk/**' 74 // If you want to preserve the Gradle task, you'll have to specify the Gradle 77 //libraryjars '/usr/local/java/gradle-2.1/lib/plugins/gradle-plugins-2.1.jar' 78 //libraryjars '/usr/local/java/gradle-2.1/lib/gradle-base-services-2.1.jar' 79 //libraryjars '/usr/local/java/gradle-2.1/lib/gradle-base-services-groovy-2.1.jar' [all …]
|
D | proguardall.gradle | 2 // This Gradle build file illustrates how to process ProGuard 7 // gradle -b proguardall.gradle proguard 10 // Tell Gradle where to find the ProGuard task. 23 task proguard(type: proguard.gradle.ProGuardTask) { 41 libraryjars '/usr/local/java/gradle-2.1/lib/plugins/gradle-plugins-2.1.jar' 42 libraryjars '/usr/local/java/gradle-2.1/lib/gradle-base-services-2.1.jar' 43 libraryjars '/usr/local/java/gradle-2.1/lib/gradle-base-services-groovy-2.1.jar' 44 libraryjars '/usr/local/java/gradle-2.1/lib/gradle-core-2.1.jar' 45 libraryjars '/usr/local/java/gradle-2.1/lib/groovy-all-2.3.6.jar' 85 // If we have the Gradle jars, we can properly process the Gradle task. [all …]
|
/external/dokka/ |
D | .gitignore | 49 # Gradle: 50 .idea/gradle.xml 76 ### Gradle template 77 .gradle 79 runners/android-gradle-plugin/out/ 81 runners/gradle-integration-tests/out/ 82 runners/gradle-plugin/out/ 85 # Ignore Gradle GUI config 86 gradle-app.setting 88 # Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored) [all …]
|
/external/volley/ |
D | build.gradle | 2 // of tool versions (gradle plugin, compile SDK, build tools), so that 3 // Volley can be built via gradle as a standalone project. 5 // Any other changes to the build config belong in rules.gradle, which 9 // Most users should just add this line to settings.gradle: 12 // If you have a more complicated Gradle setup you can choose to use 15 // project(':volley').buildFileName = 'rules.gradle' 17 import net.ltgt.gradle.errorprone.CheckSeverity 25 classpath 'com.android.tools.build:gradle:3.2.1' 31 // NOTE: 0.7 or newer will require upgrading to a newer Android gradle plugin: 32 …// https://github.com/tbroyer/gradle-errorprone-plugin/commit/65b1026ebeae1b7ed8c28578c7f6eea512c1… [all …]
|
/external/dagger2/java/dagger/hilt/android/plugin/src/main/kotlin/dagger/hilt/android/plugin/ |
D | HiltTransformTestClassesTask.kt | 18 import com.android.build.gradle.api.UnitTestVariant in <lambda>() 23 import org.gradle.api.Action in <lambda>() 24 import org.gradle.api.DefaultTask in <lambda>() 25 import org.gradle.api.Project in <lambda>() 26 import org.gradle.api.file.ConfigurableFileCollection in <lambda>() 27 import org.gradle.api.file.DirectoryProperty in <lambda>() 28 import org.gradle.api.file.FileCollection in <lambda>() 29 import org.gradle.api.provider.Property in <lambda>() 30 import org.gradle.api.tasks.Classpath in <lambda>() 31 import org.gradle.api.tasks.OutputDirectory in <lambda>() [all …]
|
/external/proguard/build/maven/gradle/ |
D | pom.xml | 13 <artifactId>proguard-gradle</artifactId> 23 <include>proguard/gradle/**</include> 31 <include>proguard/gradle/**</include> 48 <subpackages>proguard.gradle</subpackages> 61 <groupId>org.gradle</groupId> 62 <artifactId>gradle-core</artifactId> 67 <groupId>org.gradle</groupId> 68 <artifactId>gradle-base-services</artifactId> 73 <groupId>org.gradle</groupId> 74 <artifactId>gradle-base-services-groovy</artifactId> [all …]
|
/external/kotlinx.coroutines/kotlinx-coroutines-debug/ |
D | README.md | 159 …spectJ-Android](https://github.com/Archinamon/android-gradle-aspectj) will support android-gradle… 188 …karound for these issues is to add the following to the `android` block in your gradle file for the 219 org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:mergeDebugAndroidTestJ… 221 …ed by: org.gradle.workers.intelrnal.DefaultWorkerExecutor$WorkExecutionException: A failure occurr… 228 …at com.android.build.gradle.internal.tasks.MergeJavaResourcesDelegate$run$output$1.create(MergeJav… 232 …at com.android.build.gradle.internal.tasks.MergeJavaResourcesDelegate.run(MergeJavaResourcesDelega… 233 … at com.android.build.gradle.internal.tasks.MergeJavaResRunnable.run(MergeJavaResRunnable.kt:81) 234 at com.android.build.gradle.internal.tasks.Workers$ActionFacade.run(Workers.kt:242) 235 at org.gradle.workers.internal.AdapterWorkAction.execute(AdapterWorkAction.java:50) 236 at org.gradle.workers.internal.DefaultWorkerServer.execute(DefaultWorkerServer.java:50) [all …]
|
/external/proguard/examples/ |
D | proguard.pro | 9 # We'll filter out the Ant classes, Gradle classes, and WTK classes, keeping 12 -injars ../lib/proguard.jar(!proguard/ant/**,!proguard/gradle/**,!proguard/wtk/**) 54 # If you want to preserve the Gradle task, you'll have to specify the Gradle 57 #-libraryjars /usr/local/java/gradle-1.3/lib/plugins/gradle-plugins-1.3.jar 58 #-libraryjars /usr/local/java/gradle-1.3/lib/gradle-base-services-1.3.jar 59 #-libraryjars /usr/local/java/gradle-1.3/lib/gradle-core-1.3.jar 60 #-libraryjars /usr/local/java/gradle-1.3/lib/groovy-all-1.8.6.jar 62 #-keep public class proguard.gradle.* {
|
/external/kotlinx.atomicfu/atomicfu-gradle-plugin/src/test/kotlin/kotlinx/atomicfu/plugin/gradle/ |
D | Project.kt | 5 package kotlinx.atomicfu.plugin.gradle 7 import org.gradle.testkit.runner.BuildResult 8 import org.gradle.testkit.runner.GradleRunner 13 projectDir.resolve("build.gradle").modify { in <lambda>() 28 * Redirects Gradle runner output to stdout. Useful for debugging. 36 fun gradle(vararg tasks: String): GradleRunner = in gradle() method in kotlinx.atomicfu.plugin.gradle.Project 50 val gradle = gradle(*tasks) constant 51 val buildResult = gradle.build() 57 val gradle = gradle(*tasks) constant 58 val buildResult = gradle.buildAndFail()
|
/external/exoplayer/tree/ |
D | README.md | 32 The easiest way to get started using ExoPlayer is to add it as a gradle 34 included in the `build.gradle` file in the root of your project: 36 ```gradle 45 Next add a dependency in the `build.gradle` file of your app module. The 48 ```gradle 59 ```gradle 89 `build.gradle` files depending on ExoPlayer, by adding the following to the 92 ```gradle 114 Next, add the following to your project's `settings.gradle` file, replacing 117 ```gradle [all …]
|
/external/dokka/runners/gradle-integration-tests/src/test/kotlin/org/jetbrains/dokka/gradle/ |
D | AndroidMultiFlavourAppTest.kt | 1 package org.jetbrains.dokka.gradle 3 import org.gradle.testkit.runner.TaskOutcome 4 import org.jetbrains.dokka.gradle.AbstractAndroidAppTest.AndroidPluginParams 16 testDataRoot.resolve("build.gradle").copy(tmpRoot.resolve("build.gradle")) in prepareTestData() 17 testDataRoot.resolve("settings.gradle").copy(tmpRoot.resolve("settings.gradle")) in prepareTestData() 48 fun `test kotlin 1_1_2-5 and gradle 4_0 and abt 3_0_0-alpha3`() { in test kotlin 1_1_2-5 and gradle 4_0 and abt 3_0_0-alpha3() 55 fun `test kotlin 1_1_2 and gradle 3_5 and abt 2_3_0`() { in test kotlin 1_1_2 and gradle 3_5 and abt 2_3_0() 62 fun `test kotlin 1_0_7 and gradle 2_14_1 and abt 2_2_3`() { in test kotlin 1_0_7 and gradle 2_14_1 and abt 2_2_3() 69 fun `test kotlin 1_2_20 and gradle 4_5 and abt 3_0_1`() { in test kotlin 1_2_20 and gradle 4_5 and abt 3_0_1()
|
D | MultiProjectSingleOutTest.kt | 1 package org.jetbrains.dokka.gradle 3 import org.gradle.testkit.runner.TaskOutcome 14 resolve("build.gradle").copy(tmpRoot.resolve("build.gradle")) in prepareTestData() 15 resolve("settings.gradle").copy(tmpRoot.resolve("settings.gradle")) in prepareTestData() 42 @Test fun `test kotlin 1_1_2 and gradle 3_5`() { in test kotlin 1_1_2 and gradle 3_5() 46 @Test fun `test kotlin 1_0_7 and gradle 2_14_1`() { in test kotlin 1_0_7 and gradle 2_14_1() 50 @Test fun `test kotlin 1_1_2 and gradle 4_0`() { in test kotlin 1_1_2 and gradle 4_0() 54 @Test fun `test kotlin 1_2_20 and gradle 4_5`() { in test kotlin 1_2_20 and gradle 4_5()
|
D | BasicTest.kt | 1 package org.jetbrains.dokka.gradle 3 import org.gradle.testkit.runner.TaskOutcome 15 testDataRoot.resolve("build.gradle").copy(tmpRoot.resolve("build.gradle")) in prepareTestData() 16 testDataRoot.resolve("settings.gradle").copy(tmpRoot.resolve("settings.gradle")) in prepareTestData() 40 @Test fun `test kotlin 1_1_2 and gradle 3_5`() { in test kotlin 1_1_2 and gradle 3_5() 44 @Test fun `test kotlin 1_0_7 and gradle 2_14_1`() { in test kotlin 1_0_7 and gradle 2_14_1() 48 @Test fun `test kotlin 1_1_2 and gradle 4_0`() { in test kotlin 1_1_2 and gradle 4_0() 52 @Test fun `test kotlin 1_2_20 and gradle 4_5`() { in test kotlin 1_2_20 and gradle 4_5()
|
D | RebuildAfterSourceChangeTest.kt | 1 package org.jetbrains.dokka.gradle in <lambda>() 3 import org.gradle.testkit.runner.TaskOutcome in <lambda>() 15 testDataRoot.resolve("build.gradle").copy(tmpRoot.resolve("build.gradle")) in <lambda>() 16 testDataRoot.resolve("settings.gradle").copy(tmpRoot.resolve("settings.gradle")) in <lambda>() 56 fun `test kotlin 1_1_2 and gradle 3_5`() { in <lambda>() 61 fun `test kotlin 1_0_7 and gradle 2_14_1`() { in <lambda>() 66 fun `test kotlin 1_1_2 and gradle 4_0`() { in <lambda>() 71 fun `test kotlin 1_2_20 and gradle 4_5`() { in <lambda>()
|
/external/fmtlib/support/ |
D | build.gradle | 2 // General gradle arguments for root project 10 // https://developer.android.com/studio/releases/gradle-plugin 12 // Notice that 3.3.0 here is the version of [Android Gradle Plugin] 13 // Accroding to URL above you will need Gradle 5.0 or higher 15 // If you are using Android Studio, and it is using Gradle's lower 16 // version, Use the plugin version 3.1.3 ~ 3.2.0 for Gradle 4.4 ~ 4.10 17 classpath 'com.android.tools.build:gradle:3.3.0' 61 println("Gradle CMake Plugin: ") 68 // - Give path to CMake. This gradle file should be 79 // Android Manifest for Gradle [all …]
|
/external/okio/ |
D | build.gradle | 25 'gradlePlugin': "com.android.tools.build:gradle:4.1.1", 33 'gradlePlugin': "org.jetbrains.kotlin:kotlin-gradle-plugin:${versions.kotlin}", 50 'gradlePlugin': "me.champeau.gradle:jmh-gradle-plugin:${versions.jmhPlugin}", 55 'gradlePlugin': "ru.vyarus:gradle-animalsniffer-plugin:${versions.animalSnifferPlugin}", 58 'japicmp': 'me.champeau.gradle:japicmp-gradle-plugin:0.2.8', 59 'dokka': "org.jetbrains.dokka:dokka-gradle-plugin:${versions.dokka}", 60 'shadow': "com.github.jengelman.gradle.plugins:shadow:${versions.shadowPlugin}", 61 'spotless': "com.diffplug.spotless:spotless-plugin-gradle:${versions.spotless}", 62 'bnd': "biz.aQute.bnd:biz.aQute.bnd.gradle:${versions.bndPlugin}", 79 // https://github.com/melix/japicmp-gradle-plugin/issues/36 [all …]
|
/external/conscrypt/release/ |
D | docker | 22 # Update the gradle.properties file for the location of files in the 29 sed -i 's/#signingKeystore/signingKeystore/' /root/.gradle/gradle.properties 30 sed -i 's/#signingPassword/signingPassword/' /root/.gradle/gradle.properties 31 …KeyRingFile=.*\signing.secretKeyRingFile=/root/.gnupg/secring.gpg\' /root/.gradle/gradle.properties 32 sed -i 's\signingKeystore=.*\signingKeystore=/root/certkeystore\' /root/.gradle/gradle.properties 35 ./gradlew -Dorg.gradle.parallel=false publish
|
/external/proguard/examples/ant/ |
D | proguard.xml | 27 <libraryjar file="/usr/local/java/gradle-2.1/lib/plugins/gradle-plugins-2.1.jar" /> 28 <libraryjar file="/usr/local/java/gradle-2.1/lib/gradle-base-services-2.1.jar" /> 29 <libraryjar file="/usr/local/java/gradle-2.1/lib/gradle-base-services-groovy-2.1.jar" /> 30 <libraryjar file="/usr/local/java/gradle-2.1/lib/gradle-core-2.1.jar" /> 31 <libraryjar file="/usr/local/java/gradle-2.1/lib/groovy-all-2.3.6.jar" /> 76 <!-- If we have the Gradle jars, we can properly process the Gradle task. --> 78 <keep access="public" name="proguard.gradle.*">
|