1
mirror of https://github.com/CarmJos/MineConfiguration.git synced 2026-06-04 13:55:03 +08:00

build(deps): Update repo

This commit is contained in:
2025-02-20 00:30:11 +08:00
parent 2b5b62c979
commit adbc393ee9
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ jobs:
- name: "Set up JDK"
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
cache: maven
server-id: central
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: "Set up JDK"
uses: actions/setup-java@v4
with:
java-version: '11'
java-version: '17'
distribution: 'adopt'
- name: "Package"
run: mvn -B package --file pom.xml -Dgpg.skip