diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 24c59a8..09d9249 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/build.gradle.kts b/build.gradle.kts index 375de35..24fac41 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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 { diff --git a/gradle.properties b/gradle.properties index 8633877..7ff5b16 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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