/external/dagger2/.github/workflows/ |
D | ci.yml | 6 - master 10 bazel-test: 12 runs-on: ubuntu-latest 14 - name: 'Check out repository' 16 - name: 'Cache local Maven repository' 22 key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} 23 restore-keys: | 24 ${{ runner.os }}-maven- 25 - name: 'Cache Bazel files' 29 key: ${{ runner.os }}-bazel-${{ github.sha }} [all …]
|
/external/testng/gradle/ |
D | publishing-maven.gradle | 2 // Publish to Maven Central 5 apply plugin: 'maven-publish' 8 apply plugin: 'io.codearte.nexus-staging' 38 // ./gradlew uploadArchives (upload snapshot to Maven Central's snapshot repo) 42 beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) } 83 if (! version.contains("SNAPSHOT")) { 85 " and publish the distribution")
|
D | publishing-jcenter.gradle | 3 // ./gradlew artifactoryPublish (upload snapshot to jfrog) 27 licenses = ['Apache-2.0'] 48 publish { 50 repoKey = 'oss-snapshot-local' 63 repoKey = 'libs-snapshot'
|
/external/okhttp/.buildscript/ |
D | deploy_snapshot.sh | 3 # Deploy a jar, source jar, and javadoc jar to Sonatype's snapshot repo. 6 # http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/ 12 set -e 15 …echo "Skipping snapshot deployment: wrong repository. Expected '$SLUG' but was '$TRAVIS_REPO_SLUG'… 17 echo "Skipping snapshot deployment: wrong JDK. Expected '$JDK' but was '$TRAVIS_JDK_VERSION'." 19 echo "Skipping snapshot deployment: was pull request." 21 echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'." 23 echo "Deploying snapshot..." 24 …mvn clean source:jar javadoc:jar deploy --settings=".buildscript/settings.xml" -Dmaven.test.skip=t… 25 echo "Snapshot deployed!"
|
/external/lottie/ |
D | deploy_snapshot.sh | 3 # Deploy a jar, source jar, and javadoc jar to Sonatype's snapshot repo. 6 # http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/ 8 SLUG="airbnb/lottie-android" 12 set -e 15 …echo "Skipping snapshot deployment: wrong repository. Expected '$SLUG' but was '$TRAVIS_REPO_SLUG'… 17 echo "Skipping snapshot deployment: wrong JDK. Expected '$JDK' but was '$TRAVIS_JDK_VERSION'." 19 echo "Skipping snapshot deployment: was pull request." 21 echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'." 23 echo "Deploying snapshot..." 24 …./gradlew uploadArchives -PSONATYPE_USERNAME="${SONATYPE_USERNAME}" -PSONATYPE_PASSWORD="${SONATYP… [all …]
|
/external/javapoet/.buildscript/ |
D | deploy_snapshot.sh | 3 # Deploy a jar, source jar, and javadoc jar to Sonatype's snapshot repo. 6 # https://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/ 12 set -e 15 …echo "Skipping snapshot deployment: wrong repository. Expected '$SLUG' but was '$TRAVIS_REPO_SLUG'… 17 echo "Skipping snapshot deployment: wrong JDK. Expected '$JDK' but was '$TRAVIS_JDK_VERSION'." 19 echo "Skipping snapshot deployment: was pull request." 21 echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'." 23 echo "Deploying snapshot..." 24 …mvn clean source:jar javadoc:jar deploy --settings=".buildscript/settings.xml" -Dmaven.test.skip=t… 25 echo "Snapshot deployed!"
|
/external/testng/ |
D | README-publish | 1 To publish: 3 - ./gradlew bintrayUpload will upload the release to JCenter. It will fail if the version is a SNAP… 4 - ./gradlew uploadArchives will upload 5 - the snapshot to https://oss.sonatype.org/content/repositories/snapshots 6 - the release to https://oss.sonatype.org/service/local/staging/deploy/maven2 9 …he latest HEAD to the snapshot directory. As such, the version number of `build.gradle` in the git…
|
/external/volley/ |
D | .travis.yml | 4 - 'android-sdk-preview-license-.+' 5 - 'android-sdk-license-.+' 6 - 'google-gdk-license-.+' 10 # See https://github.com/travis-ci/travis-ci/issues/6040 11 - tools # to update the repository XML files 12 - tools # to update the SDK tools themselves 14 - platform-tools 15 - build-tools-28.0.3 16 - android-28 19 - oraclejdk8 [all …]
|
D | bintray.gradle | 6 classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.8.1" 16 apply plugin: 'maven-publish' 49 url = "http://www.apache.org/licenses/LICENSE-2.0.txt" 55 artifact "$buildDir/outputs/aar/volley-release.aar" 64 publish { 66 repoKey = 'oss-snapshot-local'
|
/external/google-java-format/util/ |
D | publish-snapshot-on-commit.sh | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 # https://github.com/google/dagger/blob/master/util/publish-snapshot-on-commit.sh 17 if [ "$TRAVIS_REPO_SLUG" == "google/google-java-format" ] && \ 21 echo -e "Publishing maven snapshot...\n" 23 …mvn clean source:jar deploy --settings="util/settings.xml" -DskipTests=true -Dinvoker.skip=true -D… 25 echo -e "Published maven snapshot"
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | TUScheduler.h | 1 //===--- TUScheduler.h -------------------------------------------*-C++-*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 48 /// Determines whether diagnostics should be generated for a file snapshot. 50 Yes, /// Diagnostics must be generated for this snapshot. 51 No, /// Diagnostics must not be generated for this snapshot. 52 Auto, /// Diagnostics must be generated for this snapshot or a subsequent one, 152 /// published to clients, this should be wrapped in Publish, e.g. 155 /// Publish([&] { notifyHighlights(Path, Highlights); }); 159 /// Publish() may never run in this case). [all …]
|
/external/guice/util/ |
D | compareBuilds.sh | 15 mvn package -DskipTests=true -Dmaven.javadoc.skip=true > /dev/null 16 #ant -f build/no_aop/build.xml dist > /dev/null 21 for ANT in `find ./build/dist/* -name "*-snapshot.jar" ` 23 if [ $ANT = "./build/dist/guice-snapshot.jar" ]; then 25 MVN=./core/target/guice-$version-SNAPSHOT.jar 28 …#compareJars "./build/no_aop/$ANT" "./core/target/guice-$version-SNAPSHOT-no_aop.jar" "no_aop: $ex… 31 extension=`echo $ANT | awk -F"-" '{print $2 }'` 32 MVN=./extensions/$extension/target/guice-$extension-$version-SNAPSHOT.jar 53 jar -xf ../ant.jar 56 jar -xf ../mvn.jar [all …]
|
/external/kotlinx.coroutines/ |
D | build.gradle | 2 …* Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen… 7 apply plugin: 'jdk-convention' 11 def coreModule = "kotlinx-coroutines-core" 13 def sourceless = ['kotlinx.coroutines', 'site', 'kotlinx-coroutines-bom', 'integration-testing'] 14 …nternal = ['kotlinx.coroutines', 'site', 'benchmarks', 'js-stub', 'stdlib-stubs', 'integration-tes… 16 def unpublished = internal + ['example-frontend-js', 'android-unit-tests'] 20 * These property group is used to build kotlinx.coroutines against Kotlin compiler snapshot. 23 …* atomicfu_version is overwritten by TeamCity environment (AFU is built with snapshot and publishe… 24 * as previous step or the snapshot build). 33 …gumentException("'kotlin_snapshot_version' should be defined when building with snapshot compiler") [all …]
|
/external/kotlinx.atomicfu/ |
D | build.gradle | 2 …* Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen… 9 * These property group is used to build kotlinx.atomicfu against Kotlin compiler snapshot. 21 …gumentException("'kotlin_snapshot_version' should be defined when building with snapshot compiler") 33 url "https://kotlin.bintray.com/kotlin-dev" 39 maven { url "https://kotlin.bintray.com/kotlin-eap" } 40 maven { url "https://jetbrains.bintray.com/kotlin-native-dependencies" } 44 classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" 45 classpath "com.moowork.gradle:gradle-node-plugin:$gradle_node_version" 63 maven { url "https://kotlin.bintray.com/kotlin-eap" } 65 url "https://kotlin.bintray.com/kotlin-dev" [all …]
|
D | gradle.properties | 2 # Copyright 2016-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licens… 5 version=0.14.4-SNAPSHOT 10 slf4j_version=1.8.0-alpha2 33 systemProp.org.gradle.internal.publish.checksums.insecure=true
|
/external/conscrypt/release/ |
D | README.md | 4 One-Time Setup 5 -------------- 22 <!-- TODO(flooey): Expand and link these, there's probably more --> 31 - Follow the instructions on [this 32 page](http://central.sonatype.org/pages/ossrh-guide.html) to set up an 34 - You only need to create the account, not set up a new project 35 - Contact a Conscrypt maintainer to add your account after you have created it. 36 - Install GnuPG and [generate your key 38 - [Publish your public key](https://www.gnupg.org/gph/en/manual.html#AEN464) 40 (e.g. `gpg --keyserver pgp.mit.edu --send-key <key ID>`). [all …]
|
/external/guava/guava-testlib/src/com/google/common/testing/ |
D | TestLogHandler.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 63 public synchronized void publish(@Nullable LogRecord record) { in publish() method in TestLogHandler 77 /** Returns a snapshot of the logged records. */ 79 * TODO(cpovirk): consider higher-level APIs here (say, assertNoRecordsLogged(), 82 * TODO(cpovirk): consider renaming this method to reflect that it takes a snapshot (and/or return
|
/external/guava/android/guava-testlib/src/com/google/common/testing/ |
D | TestLogHandler.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 63 public synchronized void publish(@NullableDecl LogRecord record) { in publish() method in TestLogHandler 77 /** Returns a snapshot of the logged records. */ 79 * TODO(cpovirk): consider higher-level APIs here (say, assertNoRecordsLogged(), 82 * TODO(cpovirk): consider renaming this method to reflect that it takes a snapshot (and/or return
|
/external/opencensus-java/ |
D | RELEASING.md | 7 - Ubuntu 14.04 18 - Follow the instructions on [this 19 page](http://central.sonatype.org/pages/ossrh-guide.html) to set up an 21 - You only need to create the account, not set up a new project 22 - Contact a OpenCensus Java maintainer to add your account after you 24 - (For release deployment only) [Install 25 GnuPG](http://central.sonatype.org/pages/working-with-pgp-signatures.html#installing-gnupg) 27 pair](http://central.sonatype.org/pages/working-with-pgp-signatures.html#generating-a-key-pair). 28 You'll also need to [publish your public 29 …key](http://central.sonatype.org/pages/working-with-pgp-signatures.html#distributing-your-public-k… [all …]
|
/external/jacoco/org.jacoco.build/ |
D | publish.sh | 1 #!/bin/sh -e 11 …$USERNAME,eclemma@shell.sourceforge.net '/home/project-web/eclemma/scripts/publish-jacoco-snapshot…
|
/external/auto/ |
D | .travis.yml | 6 …- mvn -B -U -f build-pom.xml dependency:go-offline test clean --quiet --fail-never -DskipTests=true 9 - mvn -B -U -f build-pom.xml verify --fail-at-end -Dsource.skip=true -Dmaven.javadoc.skip=true 12 - openjdk9 13 - openjdk8 17 …- secure: "bWNSSMURwYC0oZWIMZRd7dy5+JdoyZ060d427TAqFRJmOkYtlR+dBbBggjeJmM0PEkQDzeBrWwln/Vq3lnRPv8c… 18 …- secure: "s5V9d8MKl7ZHqCxuYLljLSD4sp9KLtYkk9hVxEPqCLAi4zA70WkX9h+GZI1gAOpcavomfrWcgSDT2ZReiuNpwx7… 19 …- secure: "T24JAd60zthkeLBmenvZn6+qI43uvfuLwVb70Ljhbc19XDYEZV4Zm/kaafsisP5+F6kV4GjFaT+NCq2sJlwvPSM… 22 - util/generate-latest-docs.sh 23 - util/publish-snapshot-on-commit.sh 27 - master [all …]
|
/external/guava/util/ |
D | update_snapshot_docs.sh | 3 # see http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/ for… 5 set -e -u 14 git clone -q -b gh-pages https://${GH_TOKEN}@github.com/google/guava gh-pages > /dev/null 15 cd gh-pages 17 git config --global user.email "travis@travis-ci.org" 18 git config --global user.name "travis-ci" 20 ./updaterelease.sh snapshot 22 git push -fq origin gh-pages > /dev/null 24 echo "Javadoc and JDiff published to gh-pages."
|
/external/jimfs/util/ |
D | update_snapshot_docs.sh | 3 # see http://benlimmer.com/2013/12/26/automatically-publish-javadoc-to-gh-pages-with-travis-ci/ for… 5 set -e -u 14 git clone -q -b gh-pages https://${GH_TOKEN}@github.com/google/jimfs gh-pages > /dev/null 15 cd gh-pages 17 git config --global user.email "travis@travis-ci.org" 18 git config --global user.name "travis-ci" 20 ./updaterelease.sh snapshot 22 git push -fq origin gh-pages > /dev/null 24 echo "Javadoc published to gh-pages."
|
/external/google-java-format/ |
D | .travis.yml | 6 - google-java-format-dev+ci@google.com 11 - openjdk11 12 - openjdk14 13 - openjdk-ea 17 - jdk: openjdk-ea 19 # see https://github.com/travis-ci/travis-ci/issues/8408 21 - unset _JAVA_OPTIONS 25 # use travis-ci docker based infrastructure 30 - $HOME/.m2 33 - mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V [all …]
|
/external/okio/ |
D | gradle.properties | 1 org.gradle.jvmargs='-Dfile.encoding=UTF-8' 5 # Publishing SHA 256 and 512 hashses of maven-metadata is not supported by Sonatype and Nexus. 7 # https://issues.sonatype.org/browse/NEXUS-21802 8 systemProp.org.gradle.internal.publish.checksums.insecure=true 11 VERSION_NAME=2.11.0-SNAPSHOT 21 POM_LICENCE_URL=http://www.apache.org/licenses/LICENSE-2.0.txt
|