Searched +full:- +full:dclirr (Results 1 – 18 of 18) sorted by relevance
8 # http://www.apache.org/licenses/LICENSE-2.016 set -eo pipefail27 mvn -version32 mvn install -B -V -ntp \33 -DskipTests=true \34 -Dclirr.skip=true \35 -Denforcer.skip=true \36 -Dmaven.javadoc.skip=true \37 -Dgcloud.download.skip=true \38 -T 1C[all …]
8 # http://www.apache.org/licenses/LICENSE-2.016 set -eo pipefail17 shopt -s nullglob28 java -version36 java -version 2>&1 | grep "version" \37 | sed -E 's/^.*"(.*?)".*$/\1/g' \38 | sed -E 's/^(1\.[0-9]\.0).*$/\1/g'44 echo -n "-Xmx1024m"46 echo -n "-Xmx1024m -XX:MaxPermSize=128m"54 mvn install -B -V -ntp \[all …]
8 # http://www.apache.org/licenses/LICENSE-2.016 set -eo pipefail18 if [[ -z "${CREDENTIALS}" ]]; then22 if [[ -z "${STAGING_BUCKET_V2}" ]]; then32 python3 --version35 python3 -m pip install --require-hashes -r .kokoro/requirements.txt37 # If DOCLET_VERSION is passed in (overriding version in shared-config)38 if [ -n "${DOCLET_VERSION}" ]; then39 doclet_name="java-docfx-doclet-${DOCLET_VERSION}.jar"42 mvn -B -ntp \[all …]
8 # http://www.apache.org/licenses/LICENSE-2.016 set -eo pipefail18 if [[ -n "${AUTORELEASE_PR}" ]]22 python3 -m pip install --require-hashes -r $requirementsFile23 …python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-scri…33 mvn clean deploy -B \34 -DskipTests=true \35 -Dclirr.skip=true \36 --settings ${MAVEN_SETTINGS_FILE} \37 -Dgpg.executable=gpg \[all …]
8 # http://www.apache.org/licenses/LICENSE-2.016 set -eo pipefail20 python3 -m pip install --require-hashes -r $requirementsFile21 python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script34 # https://github.com/googleapis/google-cloud-java/issues/904535 excludedNonCloudModules=$(find java-maps-* -name 'pom.xml' \36 |sed -e 's/^/!/' -e 's|/pom.xml$||' |xargs |sed -e 's/ /,/g')39 mvn clean deploy -B \40 -DskipTests=true \41 -Dclirr.skip=true \[all …]
8 # http://www.apache.org/licenses/LICENSE-2.016 set -eo pipefail27 python3 -m pip install --require-hashes -r $requirementsFile28 python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script37 echo "Deploying non-Cloud artifacts to staging repositories in oss.sonatype.org"40 IncludedNonCloudModules=$(find java-maps-* -name 'pom.xml' \41 |sed -e 's|/pom.xml$||' |xargs |sed -e 's/ /,/g')44 mvn clean deploy -B \45 -DskipTests=true \46 -Dclirr.skip=true \[all …]
4 - main11 runs-on: ubuntu-22.0416 - uses: actions/checkout@v317 - uses: actions/setup-java@v319 java-version: ${{ matrix.java }}22 - run: java -version23 - name: Unit Tests25 mvn test --batch-mode --no-transfer-progress -Dcheckstyle.skip \26 -Dfmt.skip -DenableTestCoverage27 - run: bazelisk version[all …]
4 - main7 - 'gapic-generator-java-bom/**'8 - 'gapic-generator-java-pom-parent/**'9 - 'java-shared-dependencies/**'10 name: shared-dependencies version check12 upper-bound-check:13 name: Shared Dependencies BOM upper-bound check14 runs-on: ubuntu-latest17 - uses: actions/checkout@v218 - uses: stCarolas/setup-maven@v4[all …]
8 # http://www.apache.org/licenses/LICENSE-2.016 # TODO: remove java-core once we figure out how setup_cloud understands Maven's17 # "--also-make-dependents" option. https://github.com/googleapis/google-cloud-java/issues/908818 excluded_modules=('gapic-libraries-bom' 'google-cloud-jar-parent' 'google-cloud-pom-parent' 'java-c…27 flags=$-37 set -e47 if [[ ${attempts_left} -gt 0 ]]; then50 new_attempts=$((${attempts_left} - 1))59 function now() { date +"%Y-%m-%d %H:%M:%S" | tr -d '\n'; }65 …if [[ ! -z "${GOOGLE_APPLICATION_CREDENTIALS}" && "${GOOGLE_APPLICATION_CREDENTIALS}" != /* ]]; th…[all …]
8 # http://www.apache.org/licenses/LICENSE-2.016 set -eo pipefail27 mkdir -p ${HOME}/.m232 if [ -f "${KOKORO_GFILE_DIR}/secret_manager/java-bigqueryconnection-samples-secrets" ]; then33 source "${KOKORO_GFILE_DIR}/secret_manager/java-bigqueryconnection-samples-secrets"41 mvn -B -ntp \42 … -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss:SSS \43 -Dclirr.skip=true \44 -Denforcer.skip=true \45 -Dcheckstyle.skip=true \[all …]
8 # http://www.apache.org/licenses/LICENSE-2.016 set -eo pipefail20 python3 -m pip install --require-hashes -r $requirementsFile21 python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /tmp/publisher-script33 mvn clean deploy -B \34 --settings ${MAVEN_SETTINGS_FILE} \35 -DskipTests=true \36 -Dclirr.skip=true \37 -DperformRelease=true \38 -Dgpg.executable=gpg \[all …]
7 # http://www.apache.org/licenses/LICENSE-2.019 - main24 runs-on: ubuntu-latest26 fail-fast: false30 - name: Get current week within the year32 run: echo "::set-output name=week_of_year::$(date +'%W' --utc)"33 - uses: actions/checkout@v334 - uses: actions/setup-java@v337 java-version: ${{matrix.java}}38 - run: java -version[all …]
1 <?xml version="1.0" encoding="UTF-8"?>2 <!--11 * http://www.apache.org/licenses/LICENSE-2.019 -->22 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"23 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">29 <artifactId>commons-parent</artifactId>40 <url>http://commons.apache.org/proper/commons-bcel</url>44 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>45 <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>[all …]