Searched +full:- +full:dcheckstyle (Results 1 – 17 of 17) sorted by relevance
/aosp_15_r20/external/sdk-platform-java/.github/workflows/ |
H A D | ci.yaml | 4 - main 11 runs-on: ubuntu-22.04 16 - uses: actions/checkout@v3 17 - uses: actions/setup-java@v3 19 java-version: ${{ matrix.java }} 22 - run: java -version 23 - name: Unit Tests 25 mvn test --batch-mode --no-transfer-progress -Dcheckstyle.skip \ 26 -Dfmt.skip -DenableTestCoverage 27 - run: bazelisk version [all …]
|
H A D | sonar.yaml | 7 - main 13 runs-on: ubuntu-22.04 15 - uses: actions/checkout@v3 17 fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis 18 - name: Set up JDK 11 19 uses: actions/setup-java@v3 21 java-version: 11 23 - name: Cache SonarCloud packages 27 key: ${{ runner.os }}-sonar 28 restore-keys: ${{ runner.os }}-sonar [all …]
|
H A D | shared_dependencies.yaml | 4 - main 7 - 'gapic-generator-java-bom/**' 8 - 'gapic-generator-java-pom-parent/**' 9 - 'java-shared-dependencies/**' 10 name: shared-dependencies version check 12 upper-bound-check: 13 name: Shared Dependencies BOM upper-bound check 14 runs-on: ubuntu-latest 17 - uses: actions/checkout@v2 18 - uses: stCarolas/setup-maven@v4 [all …]
|
H A D | nightly.yaml | 5 - cron: '0 1 * * *' # Nightly at 1am 12 fail-fast: false 14 os: [ macOS-12, ubuntu-22.04, windows-2022 ] 16 runs-on: ${{ matrix.os }} 18 - run: git config --global core.longpaths true 19 - uses: actions/checkout@v3 20 - uses: actions/setup-java@v3 22 java-version: ${{ matrix.java }} 25 - run: mvn -version 26 - name: Unit Tests [all …]
|
/aosp_15_r20/external/sdk-platform-java/.kokoro/release/ |
H A D | publish_javadoc11.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -eo pipefail 18 if [[ -z "${CREDENTIALS}" ]]; then 22 if [[ -z "${STAGING_BUCKET_V2}" ]]; then 32 python3 --version 35 python3 -m pip install --require-hashes -r .kokoro/requirements.txt 37 # If DOCLET_VERSION is passed in (overriding version in shared-config) 38 if [ -n "${DOCLET_VERSION}" ]; then 39 doclet_name="java-docfx-doclet-${DOCLET_VERSION}.jar" 42 mvn -B -ntp \ [all …]
|
/aosp_15_r20/external/google-cloud-java/.kokoro/release/ |
H A D | publish_javadoc11.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -eo pipefail 18 if [[ -z "${CREDENTIALS}" ]]; then 22 if [[ -z "${STAGING_BUCKET_V2}" ]]; then 32 python3 --version 35 python3 -m pip install --require-hashes -r .kokoro/requirements.txt 37 # If DOCLET_VERSION is passed in (overriding version in shared-config) 38 if [ -n "${DOCLET_VERSION}" ]; then 39 doclet_name="java-docfx-doclet-${DOCLET_VERSION}.jar" 42 mvn -B -ntp \ [all …]
|
/aosp_15_r20/external/google-cloud-java/.kokoro/ |
H A D | common.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 # TODO: remove java-core once we figure out how setup_cloud understands Maven's 17 # "--also-make-dependents" option. https://github.com/googleapis/google-cloud-java/issues/9088 18 excluded_modules=('gapic-libraries-bom' 'google-cloud-jar-parent' 'google-cloud-pom-parent' 'java-c… 27 flags=$- 37 set -e 47 if [[ ${attempts_left} -gt 0 ]]; then 50 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 …]
|
H A D | build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -eo pipefail 27 mkdir -p ${HOME}/.m2 32 if [ -f "${KOKORO_GFILE_DIR}/secret_manager/java-bigqueryconnection-samples-secrets" ]; then 33 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 …]
|
/aosp_15_r20/external/aws-sdk-java-v2/buildspecs/ |
H A D | on-demand-integ-test.yml | 5 runtime-versions: 10 …- mvn clean install -Dskip.unit.tests -P integration-tests -Dfindbugs.skip -Dcheckstyle.skip -Dfai… 11 - JAVA_VERSION=$(java -version 2>&1 | grep -i version | cut -d'"' -f2 | cut -d'.' -f1-1) 12 - echo $JAVA_VERSION 13 - | 14 if [ "$JAVA_VERSION" -ge "9" ]; then 15 cd test/module-path-tests 17 mvn exec:exec -P integ-tests
|
H A D | integ-test.yml | 5 runtime-versions: 10 - | 11 if [ ! -z "$INTEGRATION_TEST_ROLE_ARN" ]; then 12 …-role --role-arn "$INTEGRATION_TEST_ROLE_ARN" --role-session-name "integration-tests" --duration-s… 18 …- mvn clean install -Dskip.unit.tests -P integration-tests -Dfindbugs.skip -Dcheckstyle.skip -T1C … 19 - JAVA_VERSION=$(java -version 2>&1 | grep -i version | cut -d'"' -f2 | cut -d'.' -f1-1) 20 - echo $JAVA_VERSION 21 - echo $MAVEN_OPTIONS 22 - | 23 if [ "$JAVA_VERSION" -ge "9" ]; then [all …]
|
H A D | release-javadoc.yml | 4 JAVA_HOME: "/usr/lib/jvm/java-21-amazon-corretto/" 8 - apt-get update; apt-get install -y java-21-amazon-corretto-jdk 9 - update-alternatives --auto javac 10 - update-alternatives --auto java 11 - pip install awscli==1.19.34 --upgrade --user 15 - DOC_PATH='s3://aws-java-sdk-javadoc/java/api' 19 …- python ./scripts/doc_crosslinks/generate_cross_link_data.py --apiDefinitionsBasePath ./services/… 20 - mvn install -P quick -T1C 21 …- mvn clean install javadoc:aggregate -B -Ppublic-javadoc -Dcheckstyle.skip -Dspotbugs.skip -Dskip… 22 …- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive … [all …]
|
H A D | release-to-maven.yml | 6 - pip install awscli --upgrade --user 10 - ROOT=`pwd` 11 - SETTINGS_XML_TEMPLATE=buildspecs/resources/release-settings.xml 12 - SETTINGS_XML=release-settings-final.xml 13 - SDK_SIGNING_GPG_SECRING=secring.gpg 14 …- SDK_SIGNING_GPG_SECRING_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing-gp… 15 …- SDK_SIGNING_GPG_KEYNAME_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing-gp… 16 …- SDK_SIGNING_GPG_PASSPHRASE_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sdk-signing… 17 …- SONATYPE_PASSWORD_ARN="arn:aws:secretsmanager:us-east-1:103431983078:secret:sonatype-password-I2… 21 …- RELEASE_VERSION=`mvn -q -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive … [all …]
|
/aosp_15_r20/external/sdk-platform-java/.kokoro/presubmit/ |
H A D | downstream-build.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 set -eo pipefail 25 if [ -z "${MODULES_UNDER_TEST}" ]; then 26 echo "MODULES_UNDER_TEST must be set to run downstream-build.sh" 31 mkdir -p "${HOME}/.m2" 36 mvn -B -ntp install --projects '!gapic-generator-java' \ 37 -Dcheckstyle.skip -Dfmt.skip -DskipTests 41 SHARED_DEPS_VERSION=$(sed -e 's/xmlns=".*"//' java-shared-dependencies/pom.xml | xmllint --xpath '/… 43 if [ -z "${SHARED_DEPS_VERSION}" ]; then 49 # Update the shared-dependencies version in google-cloud-jar-parent [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/docs/ |
H A D | GettingStarted.md | 6 * The majority of the service client code is auto-generated using the [code 10 If you use IntelliJ IDEA, the following config files will be used by default for your project-level… 12 - [Copyright](https://raw.githubusercontent.com/aws/aws-sdk-java-v2/master/.idea/copyright/AWS_Java… 16 - [Code style](https://raw.githubusercontent.com/aws/aws-sdk-java-v2/master/.idea/codeStyles/Projec… 20 - [Inspections](https://raw.githubusercontent.com/aws/aws-sdk-java-v2/master/.idea/inspectionProfil… 26 [Checkstyle config](https://raw.githubusercontent.com/aws/aws-sdk-java-v2/master/build-tools/src/ma… 47 $ mvn install -Dfindbugs.skip=true -Dcheckstyle.skip=true 88 activate the `integration-tests` profile 92 mvn install -P integration-tests 96 [codegen]: https://github.com/aws/aws-sdk-java-v2/blob/master/codegen
|
/aosp_15_r20/external/google-cloud-java/.github/workflows/ |
H A D | ci.yaml | 7 # http://www.apache.org/licenses/LICENSE-2.0 19 - main 24 runs-on: ubuntu-latest 26 fail-fast: false 30 - name: Get current week within the year 32 run: echo "::set-output name=week_of_year::$(date +'%W' --utc)" 33 - uses: actions/checkout@v3 34 - uses: actions/setup-java@v3 37 java-version: ${{matrix.java}} 38 - run: java -version [all …]
|
/aosp_15_r20/external/sdk-platform-java/.githooks/ |
H A D | pre-commit | 3 # Pre-commit Git checks. 5 # ln -s .githooks/pre-commit .git/hooks/pre-commit 21 echo -e "$BOLD $BACK_BLUE $WHITE Precommit:\t $BACK_RED Changes NOT committed. $UNSET" 22 …echo -e "$BOLD $BACK_BLUE $WHITE Precommit:\t $BACK_RED $WHITE $ERR_MSG $BACK_BLUE $HELP_MSG $UNSE… 27 echo -e "$BOLD $BACK_BLUE $WHITE Precommit:\t $STATUS_MSG $UNSET" 31 …echo -e "$BOLD $BACK_BLUE $WHITE Precommit:\t $BACK_GREEN $WHITE SUCCESS. $UNSET All checks passed… 37 if [ $? -ne 0 ]; 48 if [ $? -ne 0 ]; 59 if [ $? -ne 0 ]; 70 if [ $? -ne 0 ]; [all …]
|
/aosp_15_r20/prebuilts/checkstyle/ |
H A D | checkstyle.py | 10 # http://www.apache.org/licenses/LICENSE-2.0 62 CHECKSTYLE_STYLE = os.path.join(MAIN_DIRECTORY, 'android-style.xml') 67 SUBPATH_FOR_TEST_FILES = ['/tests/', '/test/', '/androidTest/', '/perftests/', '/gts-tests/', 80 classpath: The colon-delimited list of JARs in the classpath. 100 It will run Checkstyle on the changed Java files in a specified commit SHA-1 105 commit: A full 40 character SHA-1 of a commit to check. 106 classpath: The colon-delimited list of JARs in the classpath. 167 check = subprocess.Popen(['java', '--help'], 182 classpath: The colon-delimited list of JARs in the classpath. 194 '-Dcheckstyle.enableExternalDtdLoad=true', [all …]
|