Skip to content

Commit

Permalink
Fix missing patch
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Nov 29, 2024
1 parent fc44d8e commit dd22172
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/test/resources/patches/fabric_api.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
diff --git a/build.gradle b/build.gradle
--- a/build.gradle (revision 70277babddfaf52ee30013af94764da19473b3b1)
+++ b/build.gradle (date 1732874605816)
+++ b/build.gradle (date 1732875235843)
@@ -13,7 +13,7 @@

def ENV = System.getenv()

-version = project.version + "+" + (ENV.GITHUB_RUN_NUMBER ? "" : "local-") + getBranch()
+version = "999.0.0"
logger.lifecycle("Building Fabric: " + version)

def metaProjects = [
@@ -34,24 +34,7 @@
import org.apache.commons.codec.digest.DigestUtils

Expand Down

0 comments on commit dd22172

Please sign in to comment.