Skip to content

build(deps): bump the java-other group across 1 directory with 3 updates #757

build(deps): bump the java-other group across 1 directory with 3 updates

build(deps): bump the java-other group across 1 directory with 3 updates #757

Workflow file for this run

name: "Continuous Build (Java)"
on:
push:
paths:
- 'java/**'
- '.github/workflows/ci-java.yml'
branches:
- main
pull_request:
paths:
- 'java/**'
- '.github/workflows/ci-java.yml'
branches:
- main
permissions:
contents: read
jobs:
build:
permissions:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
with:
distribution: corretto
java-version: 17
- name: Setup Gradle
uses: gradle/actions/setup-gradle@8379f6a1328ee0e06e2bb424dadb7b159856a326 # v4.4.0
with:
add-job-summary-as-pr-comment: on-failure # Valid values are 'never' (default), 'always', and 'on-failure'
- name: Execute Gradle build
run: |
cd java
./gradlew build --scan --stacktrace