9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-23 16:59:24 +00:00

some updates

This commit is contained in:
NONPLAYT
2022-11-14 23:53:14 +03:00
parent f5772a90e0
commit 79db6e6c76

View File

@@ -13,24 +13,23 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
- name: Setup JDK 17
uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 17
cache: 'gradle'
- name: Configure Git
run: |
git config --global user.email "no-reply@github.com"
git config --global user.name "Github Actions"
git config --global user.email "no-reply@github.com" && git config --global user.name "Github Actions"
echo "workflow=$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
chmod +x gradlew
- name: Patch
run: ./gradlew applyPatches --stacktrace
- name: Build
run: ./gradlew build --stacktrace
- name: Create Reobf Jar
run: ./gradlew createReobfPaperclipJar --stacktrace