chore: release [ci skip]

This commit is contained in:
gitea-actions
2026-03-24 15:54:06 +00:00
parent ecd05770c1
commit bd015b3b93
+4 -4
View File
@@ -3,7 +3,7 @@ name: Java CI with Maven
on:
push:
pull_request:
branches: [ "main" ]
branches: ["main"]
jobs:
build-and-test:
@@ -16,9 +16,9 @@ jobs:
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
cache: 'maven'
java-version: "17"
distribution: "temurin"
cache: "maven"
- name: Build and Test all modules
run: mvn -B clean verify