Skip to content

Bump plugin.spring from 2.0.10 to 2.1.0 (#105) #223

Bump plugin.spring from 2.0.10 to 2.1.0 (#105)

Bump plugin.spring from 2.0.10 to 2.1.0 (#105) #223

Workflow file for this run

name: Build Gradle project
on:
push:
branches:
- '**'
permissions:
checks: write
pull-requests: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout project sources
uses: actions/checkout@v4
- name: prepare
id: prepare
uses: ./.github/actions/prepare
- name: Run build with Gradle Wrapper
run: ./gradlew build
- name: Check for new version
if: github.ref == 'refs/heads/main'
uses: ./.github/actions/detect-new-version
with:
token: ${{ secrets.PAT }}
version: v${{ steps.prepare.outputs.artifact-version }}