Skip to content

Update plugin com.github.ben-manes.versions to v0.51.0 #322

Update plugin com.github.ben-manes.versions to v0.51.0

Update plugin com.github.ben-manes.versions to v0.51.0 #322

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: '21'
distribution: 'zulu'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@460a3ca55fc5d559238a0efc7fa9f7465df8585d
- name: Build with Gradle
run: ./gradlew build