Skip to content

Update dependency org.semver4j:semver4j to v6 (branch_9x) #21941

Update dependency org.semver4j:semver4j to v6 (branch_9x)

Update dependency org.semver4j:semver4j to v6 (branch_9x) #21941

name: Gradle Precommit
on:
pull_request:
branches:
- '*'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
test:
name: gradle check
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout code
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
- uses: ./.github/actions/prepare-for-build
- name: Run gradle check (without tests)
run: ./gradlew check -x test -Ptask.times=true --continue