Update plugin org.springframework.boot to v4.0.6 - abandoned #1

Closed
Renovate wants to merge 3 commits from renovate/spring-boot into master
Showing only changes of commit 798adb5299 - Show all commits

View File

@@ -1,9 +1,9 @@
name: Build name: Build and Test
on: on:
push: pull_request:
branches: branches:
- '*' - master
- '!master'
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -18,5 +18,5 @@ jobs:
java-version: '25' java-version: '25'
cache: 'gradle' cache: 'gradle'
- name: Build - name: Build and Test
run: ./gradlew build --no-daemon run: ./gradlew build --no-daemon