mirror of
https://github.com/BX-Team/DivineMC.git
synced 2025-12-19 14:59:25 +00:00
update main upstream
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
||||
java-version: 17
|
||||
cache: 'gradle'
|
||||
|
||||
- name: Configure Git
|
||||
- name: Configure Git and Gradle
|
||||
run: |
|
||||
git config --global user.email "no-reply@github.com" && git config --global user.name "Github Actions"
|
||||
echo "workflow=$GITHUB_RUN_NUMBER" >> $GITHUB_ENV
|
||||
|
||||
@@ -45,7 +45,7 @@ paperweight {
|
||||
decompileRepo.set("https://files.minecraftforge.net/maven/")
|
||||
|
||||
useStandardUpstream("pufferfish") {
|
||||
url.set(github("pufferfish-gg", "Pufferfish"))
|
||||
url.set(github("DivineMC", "Divine-Pufferfish"))
|
||||
ref.set(providers.gradleProperty("pufferfishRef"))
|
||||
|
||||
withStandardPatcher {
|
||||
|
||||
@@ -2,7 +2,7 @@ group=gq.bxteam.divinemc
|
||||
|
||||
version=1.19.3-R0.1-SNAPSHOT
|
||||
mcVersion=1.19.3
|
||||
pufferfishRef=9edb00bbdef9fb7ccf4b7e58d14c691fb18a006a
|
||||
pufferfishRef=f0cebc61f13344c3ffe77f1e66e8182a95956b9d
|
||||
|
||||
org.gradle.jvmargs=-Xmx2G
|
||||
|
||||
|
||||
Reference in New Issue
Block a user