chore: release [ci skip]

This commit is contained in:
gitea-actions
2026-03-24 15:54:06 +00:00
parent ecd05770c1
commit bd015b3b93
+3 -3
View File
@@ -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