Searched full:gradlew (Results 1 – 25 of 230) sorted by relevance
12345678910
| /external/opencensus-java/buildscripts/ |
| D | travis_script | 18 ./gradlew clean assemble check --stacktrace 21 ./gradlew clean assemble check --stacktrace 24 ./gradlew clean assemble check --stacktrace 27 ./gradlew clean assemble --stacktrace 28 ./gradlew check :opencensus-all:jacocoTestReport 29 ./gradlew verGJF 40 ./gradlew clean assemble --stacktrace 41 ./gradlew check 50 ./gradlew clean assemble -PcheckerFramework=true 53 …pushd examples && ./gradlew clean assemble --stacktrace && ./gradlew check && ./gradlew verGJF && … [all …]
|
| /external/dagger2/util/ |
| D | run-local-gradle-android-tests.sh | 19 … AGP_VERSION=$AGP_VERSION_INPUT ./$project/gradlew -p $project assembleDebug $COMMON_GRADLE_ARGS 20 …AGP_VERSION=$AGP_VERSION_INPUT ./$project/gradlew -p $project testDebug --continue $COMMON_GRADLE_… 25 … AGP_VERSION=$AGP_VERSION_INPUT ./$project/gradlew -p $project assembleDebug $COMMON_GRADLE_ARGS 26 …AGP_VERSION=$AGP_VERSION_INPUT ./$project/gradlew -p $project testWithKaptDebugUnitTest --continue… 27 …AGP_VERSION=$AGP_VERSION_INPUT ./$project/gradlew -p $project testWithKspDebugUnitTest --continue … 38 … AGP_VERSION=$AGP_VERSION_INPUT ./$project/gradlew -p $project assembleDebug $COMMON_GRADLE_ARGS 39 …AGP_VERSION=$AGP_VERSION_INPUT ./$project/gradlew -p $project testDebug --continue $COMMON_GRADLE_…
|
| /external/oboe/.github/workflows/ |
| D | android.yml | 22 chmod +x gradlew 23 ./gradlew -q clean bundleDebug 28 chmod +x gradlew 29 ./gradlew -q clean bundleDebug 34 chmod +x gradlew 35 ./gradlew -q clean bundleDebug
|
| D | build-ci.yml | 26 chmod +x gradlew 27 ./gradlew -q clean bundleDebug 30 chmod +x gradlew 31 ./gradlew -q clean bundleDebug 34 chmod +x gradlew 35 ./gradlew -q clean bundleDebug
|
| /external/opencensus-java/ |
| D | CONTRIBUTING.md | 37 `./gradlew goJF` 41 `gradlew.bat goJF` 80 `./gradlew clean assemble check verGJF` 84 `gradlew.bat clean assemble check verGJF` 90 `./gradlew clean assemble -PcheckerFramework` 94 `gradlew.bat clean assemble -PcheckerFramework` 102 `./gradlew install` 106 `gradlew.bat install` 139 $ ./gradlew clean :opencensus-impl-core:jmh 145 ./gradlew -PjmhIncludeSingleClass=BinaryFormatImplBenchmark clean :opencensus-impl-core:jmh [all …]
|
| /external/sdk-platform-java/rules_java_gapic/ |
| D | BUILD.bazel | 8 name = "gradlew", 14 "resources/gradle/gradlew": "gradlew", 15 "resources/gradle/gradlew.bat": "gradlew.bat", 19 "gradlew": "555",
|
| /external/opencensus-java/.github/workflows/ |
| D | build-gradle-examples.yml | 28 run: ./gradlew clean assemble --stacktrace && ./gradlew check && ./gradlew verGJF 31 run: ./gradlew clean assemble --stacktrace && ./gradlew check && ./gradlew verGJF
|
| /external/opencensus-java/buildscripts/kokoro/ |
| D | linux_presubmit.sh | 39 ./gradlew clean assemble --stacktrace 40 ./gradlew check :opencensus-all:jacocoTestReport 41 ./gradlew verGJF 61 ./gradlew clean assemble -PcheckerFramework=true 64 …pushd examples && ./gradlew clean assemble --stacktrace && ./gradlew check && ./gradlew verGJF && …
|
| /external/grpc-grpc-java/buildscripts/kokoro/ |
| D | android.sh | 38 ./gradlew \ 56 ../../gradlew build 58 ../../gradlew build 60 ../../gradlew build 62 ../../gradlew build 99 ./gradlew clean 101 ./gradlew --stop # use a new daemon to build the previous commit 102 ./gradlew publishToMavenLocal $GRADLE_FLAGS 104 ../../gradlew build
|
| D | unix.sh | 59 ./gradlew grpc-compiler:clean $GRADLE_FLAGS 63 ./gradlew assemble generateTestProto publishToMavenLocal $GRADLE_FLAGS 71 ./gradlew build :grpc-all:jacocoTestReport $GRADLE_FLAGS 73 ./gradlew build $GRADLE_FLAGS 80 ../gradlew build $GRADLE_FLAGS 98 ./gradlew grpc-compiler:build grpc-compiler:publish $GRADLE_FLAGS \ 101 ./gradlew publish :grpc-core:versionFile $GRADLE_FLAGS \ 104 ../gradlew jibBuildTar $GRADLE_FLAGS
|
| /external/mockito-kotlin/ |
| D | README.md | 42 - `./gradlew build` builds the project 43 - `./gradlew publishToMavenLocal` installs the maven artifacts in your local repository 44 - `./gradlew assemble && ./gradlew test` runs the test suite (See Testing below) 61 - `./gradlew assemble` builds the base artifact 62 - `./gradlew test` runs the tests against the built artifact.
|
| /external/robolectric/.github/workflows/ |
| D | gradle_tasks_validation.yml | 37 run: ./gradlew clean aggregateDocs 54 run: ./gradlew clean javadocJar 71 run: ./gradlew :preinstrumented:instrumentAll 74 run: PREINSTRUMENTED_SDK_VERSIONS=33 ./gradlew :preinstrumented:instrumentAll 91 run: ./gradlew publishToMavenLocal --no-watch-fs
|
| D | copybara_build_and_test.yml | 32 ./gradlew assemble testClasses --parallel --stacktrace --no-watch-fs 39 ../gradlew test --info --stacktrace --continue --parallel --no-watch-fs \ 52 …./gradlew :integration_tests:dependency-on-stubs:test --info --stacktrace --continue --no-watch-fs…
|
| /external/conscrypt/release/ |
| D | README.md | 165 $ ./gradlew conscrypt-openjdk:build 166 $ ./gradlew -Dorg.gradle.parallel=false publish 188 $ gradlew conscrypt-openjdk:build 189 $ gradlew conscrypt-openjdk:publish -Dorg.gradle.parallel=false -PrepositoryId=<repository-id> 206 $ ./gradlew conscrypt-openjdk:build 207 $ ./gradlew conscrypt-openjdk:publish -Dorg.gradle.parallel=false -PrepositoryId=<repository-id> 229 $ ./gradlew conscrypt-android:build 230 $ ./gradlew conscrypt-android:publish -Dorg.gradle.parallel=false 243 $ ./gradlew conscrypt-openjdk-uber:build -Dorg.conscrypt.openjdk.buildUberJar=true 244 …$ ./gradlew conscrypt-openjdk-uber:publish -Dorg.gradle.parallel=false -Dorg.conscrypt.openjdk.bui…
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/demos/ |
| D | README.md | 17 * Run `./gradlew projects` to show all projects. Demo projects start with `demo`. 18 * Run `./gradlew :<demo name>:tasks` to view the list of available tasks for 20 * Run `./gradlew :<demo name>:<install task>`. 24 `./gradlew :demo:installNoDecoderExtensionsDebug` installs the main ExoPlayer
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/demos/ |
| D | README.md | 17 * Run `./gradlew projects` to show all projects. Demo projects start with `demo`. 18 * Run `./gradlew :<demo name>:tasks` to view the list of available tasks for 20 * Run `./gradlew :<demo name>:<install task>`. 24 `./gradlew :demo:installNoDecoderExtensionsDebug` installs the main ExoPlayer
|
| /external/okio/.github/workflows/ |
| D | build.yml | 43 …./gradlew -Dkjs=false -Dknative=false -Dkwasm=false -Dtest.java.version=${{ matrix.java-version }}… 59 script: ./gradlew :okio-assetfilesystem:connectedCheck 82 ./gradlew -DloomEnabled=true build 108 ./gradlew build 113 ./gradlew build -Dkwasm=false 139 ./gradlew clean publish --stacktrace
|
| /external/guava/util/ |
| D | gradle_integration_tests.sh | 16 # integration-tests/gradle/gradlew 17 # integration-tests/gradle/gradlew.bat 33 ./gradlew wrapper --gradle-version="${version}" 34 ./gradlew testClasspath
|
| /external/kotlinx.serialization/docs/ |
| D | building.md | 14 To build library from the source and run all tests, use `./gradlew build`. Corresponding platform t… 17 In case you want to work with Protobuf tests, you may need to run `./gradlew generateTestProto` bef… 20 To install runtime library into the local Maven repository, run `./gradlew publishToMavenLocal`. 48 In short, you'll just need to run `./gradlew dist install` to get `1.x.255-SNAPSHOT` versions of Ko…
|
| /external/perfmark/.github/workflows/ |
| D | gradle.yml | 24 - name: Grant execute permission for gradlew 25 run: chmod +x gradlew 27 run: ./gradlew build
|
| /external/testng/ |
| D | README-publish | 3 - ./gradlew bintrayUpload will upload the release to JCenter. It will fail if the version is a SNAP… 4 - ./gradlew uploadArchives will upload 9 Note that `./gradlew uploadArchives` is run by Travis after each new push to deploy the latest HEAD…
|
| /external/kotlinx.coroutines/ |
| D | CONTRIBUTING.md | 61 * Run `./gradlew build` to build. It also runs all the tests. 62 * Run `./gradlew <module>:check` to test the module you are looking at to speed 64 * Run `./gradlew <module>:jvmTest` to perform only the fast JVM tests of a multiplatform module. 84 * Run `./gradlew knit` to update the example files, links, tables of content. 90 * Run `./gradlew apiDump` to update API index files.
|
| /external/ksp/benchmark/ |
| D | build.sh | 22 ./gradlew :jar 24 ./gradlew build 27 ./gradlew -PkspVersion=2.0.255 clean publishAllPublicationsToTestRepository
|
| /external/toolchain-utils/binary_search_tool/ndk/ |
| D | DO_BISECTION.sh | 50 ./gradlew clean 51 ./gradlew installArm7Debug 67 ./gradlew clean 68 ./gradlew installArm7Debug
|
| /external/kotlinpoet/.github/workflows/ |
| D | build.yml | 37 run: ./gradlew build 41 run: ./gradlew :kotlinpoet:check 58 run: ./gradlew dokkaHtml
|
12345678910