Skip to content

Update plugin com.github.ben-manes.versions to v0.54.0 (#131) #738

Update plugin com.github.ben-manes.versions to v0.54.0 (#131)

Update plugin com.github.ben-manes.versions to v0.54.0 (#131) #738

Workflow file for this run

name: Payments Client CI
on:
pull_request:
branches:
- master
push:
branches:
- master
- refs/tags/*
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
java-version: 21
distribution: 'temurin'
- name: Build
run: ./gradlew check