Compare commits

...

4 Commits

Author SHA1 Message Date
seeseemelk 798adb5299 Merge branch 'master' into renovate/spring-boot
Build and Test / build (pull_request) Successful in 1m37s
2026-05-03 11:03:19 +02:00
seeseemelk a2638b0c24 Update .gitea/workflows/build.yml
Deploy / build (push) Successful in 2m4s
2026-05-03 11:03:14 +02:00
seeseemelk e4a01db90d Merge branch 'master' into renovate/spring-boot 2026-05-03 11:02:02 +02:00
Renovate 270223dd9f Update plugin org.springframework.boot to v4.0.6 2026-05-02 20:59:16 +00:00
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -1,9 +1,9 @@
name: Build
name: Build and Test
on:
push:
pull_request:
branches:
- '*'
- '!master'
- master
jobs:
build:
runs-on: ubuntu-latest
@@ -18,5 +18,5 @@ jobs:
java-version: '25'
cache: 'gradle'
- name: Build
- name: Build and Test
run: ./gradlew build --no-daemon
+1 -1
View File
@@ -1,7 +1,7 @@
plugins {
java
jacoco
id("org.springframework.boot") version "4.0.3"
id("org.springframework.boot") version "4.0.6"
id("io.spring.dependency-management") version "1.1.7"
}