mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-19 14:59:25 +00:00
update build script
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -17,14 +17,17 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Setup Gradle
|
- name: Setup Gradle
|
||||||
uses: gradle/gradle-build-action@v2
|
uses: gradle/actions/setup-gradle@v3
|
||||||
|
with:
|
||||||
|
add-job-summary: never
|
||||||
|
generate-job-summary: false
|
||||||
|
cache-read-only: false
|
||||||
|
|
||||||
- name: Setup JDK 22
|
- name: Setup JDK 22
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
java-version: 22
|
java-version: 22
|
||||||
cache: 'gradle'
|
|
||||||
|
|
||||||
- name: Configure Git and Gradle
|
- name: Configure Git and Gradle
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user