Home
last modified time | relevance | path

Searched +full:- +full:dnewversion (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/google-java-format/.github/workflows/
H A Drelease.yml1 name: Release google-java-format
11 build-maven-jars:
12 runs-on: ubuntu-latest
16 - name: Checkout
19 - name: Set up JDK
20 uses: actions/setup-[email protected]
22 java-version: 17
25 server-id: sonatype-nexus-staging
26 server-username: CI_DEPLOY_USERNAME
27 server-password: CI_DEPLOY_PASSWORD
[all …]
/aosp_15_r20/external/aws-crt-java/codebuild/cd/
H A Ddeploy-snapshot.yml2 #this buildspec assumes the aws-common-runtime/ubuntu-16.04 image
8 - sudo add-apt-repository ppa:openjdk-r/ppa
9 - sudo apt-get update -y
10 - sudo apt-get install openjdk-11-jdk-headless maven wget unzip -y -f
12- wget --quiet https://dl.google.com/android/repository/commandlinetools-linux-7583922_latest.zip
13 - export ANDROID_SDK_ROOT=$CODEBUILD_SRC_DIR/android-sdk
14 - mkdir -p $ANDROID_SDK_ROOT/cmdline-tools
15 - unzip commandlinetools-linux-7583922_latest.zip -d $ANDROID_SDK_ROOT/cmdline-tools
17 - mv $ANDROID_SDK_ROOT/cmdline-tools/cmdline-tools $ANDROID_SDK_ROOT/cmdline-tools/latest
19- echo y | $ANDROID_SDK_ROOT/cmdline-tools/latest/bin/sdkmanager --install "build-tools;30.0.3" "p…
[all …]
/aosp_15_r20/external/slf4j/
H A Drelease.sh4 #JDK8 - mvn site:site
9 #mvn -Ddoclint=none -Dadditionalparam=-Xdoclint:none javadoc:aggregate
12 #mvn versions:set -DgenerateBackupPoms=false -DnewVersion=${VERSION_NUMBER}
14 MVN='/java/maven-3.5.2//bin/mvn'
47 if [ ! -z "$PASS" ]
50 echoRunAndCheck "$MVN deploy -P javadocjar,sign-artifacts"
54 git tag -m "tagging" -a v_${VERSION_NUMBER}
55 git push --tags
/aosp_15_r20/external/aws-sdk-java-v2/buildspecs/
H A Dupdate-snapshot-version.yml5 runtime-versions:
10 - git config --global user.name "AWS"
11 - git config --global user.email "<>"
15 - git checkout master
16 - git merge origin/release --no-ff --no-edit
17 - CURRENT_VERSION=$(cat pom.xml | grep "<version>" | head -1 | cut -d\> -f 2 | cut -d\< -f 1)
18 - echo "Current version is $CURRENT_VERSION"
19 - RELEASE_VERSION=`echo "$CURRENT_VERSION" | cut -d "-" -f1`
20 - MAJOR=$(echo $RELEASE_VERSION | cut -d'.' -f1)
21 - MINOR=$(echo $RELEASE_VERSION | cut -d'.' -f2)
[all …]
H A Dupdate-master-from-release.yml5 runtime-versions:
10 - git config --global user.name "AWS"
11 - git config --global user.email "<>"
12 - 'PUBLIC_REPOSITORY_URL="https://[email protected]/aws/aws-sdk-java-v2.git"'
16 - mkdir release
17 - cd release
18 -
19 - git clone -o public -b release $PUBLIC_REPOSITORY_URL .
20 - echo 'For debugging, running version command without -q'
21 - mvn -Dexec.executable=echo -Dexec.args='${project.version}' --non-recursive exec:exec
[all …]
/aosp_15_r20/external/gson/.github/workflows/
H A Dcheck-api-compatibility.yml6 check-api-compatibility:
7 runs-on: ubuntu-latest
10 - name: Checkout old version
14 path: 'gson-old-japicmp'
16 - name: Set up JDK 11
17 uses: actions/setup-java@v3
20 java-version: '11'
23 - name: Build old version
25 cd gson-old-japicmp
27 …mvn --batch-mode --no-transfer-progress org.codehaus.mojo:versions-maven-plugin:2.11.0:set -DnewVe…
[all …]
/aosp_15_r20/external/threetenbp/.github/workflows/
H A Dtzdbupdate.yml6 - 'tzdb*'
8 - cron: '50 1 * * *'
16 contents: write # for peter-evans/create-pull-request to create branch
17 pull-requests: write # for peter-evans/create-pull-request to create a PR
18 runs-on: ubuntu-latest
21 - name: Checkout
26 - name: Set up JDK
27 uses: actions/setup-java@2c7a4878f5d120bd643426d54ae1209b29cc01a3 #v3.4.1
29 java-version: 8
33 - name: Maven version
[all …]