Update package.yml & release.yml

This commit is contained in:
dev-claw
2025-10-10 21:02:32 +01:00
parent 27be6e7167
commit 455833377d
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -20,10 +20,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up jdk21
- name: Set up jdk25
uses: actions/setup-java@v3
with:
java-version: '21'
java-version: '25'
distribution: 'temurin'
server-id: github # Value of the distributionManagement/repository/id field of the pom.xml
settings-path: ${{ github.workspace }} # location for the settings.xml file