Skip to content

Bump com.github.ben-manes.versions from 0.49.0 to 0.50.0 in /java #427

Bump com.github.ben-manes.versions from 0.49.0 to 0.50.0 in /java

Bump com.github.ben-manes.versions from 0.49.0 to 0.50.0 in /java #427

Workflow file for this run

name: "Continuous Build (Java)"
on:
push:
paths:
- 'java/**'
branches:
- main
pull_request:
paths:
- 'java/**'
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: corretto
java-version: '11'
- uses: burrunan/[email protected]
with:
remote-build-cache-proxy-enabled: false
arguments: build --stacktrace
build-root-directory: java