Skip to content

Update plugin com.github.ben-manes.versions to v0.49.0 #413

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

Update plugin com.github.ben-manes.versions to v0.49.0 #413

Workflow file for this run

name: Java CI
on:
pull_request:
branches:
- master
push:
branches:
- master
- refs/tags/*
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- name: Build
run: ./gradlew check