Skip to content

Commit

Permalink
💚 Fix Github CI Builds
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsMaddieNow committed Nov 16, 2023
1 parent ef75382 commit 7a71be1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
alias libs.plugins.loom.vineflower
alias libs.plugins.modrinth.minotaur
alias libs.plugins.grgit
id "net.kyori.indra.git" version "3.1.1"
alias libs.plugins.indra.git
}

archivesBaseName = project.archives_base_name
Expand Down Expand Up @@ -109,7 +109,7 @@ publishing {
}
}

static def getBranch() {
def getBranch() {
def ENV = System.getenv()
if (ENV.GITHUB_REF) {
def branch = ENV.GITHUB_REF
Expand Down
2 changes: 2 additions & 0 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ quilt_loom = "1.0.+"
loom_vineflower = "1.11.0"
grgit = '5.0.0'
modrinth_minotaur = "2.+"
indra_git = "3.1.1"

[libraries]
minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" }
Expand All @@ -38,3 +39,4 @@ quilt_loom = { id = "org.quiltmc.loom", version.ref = "quilt_loom" }
loom_vineflower = { id = "io.github.juuxel.loom-vineflower", version.ref = "loom_vineflower"}
grgit = { id = "org.ajoberstar.grgit", version.ref = "grgit" }
modrinth_minotaur = { id = 'com.modrinth.minotaur', version.ref = "modrinth_minotaur" }
indra_git = { id = "net.kyori.indra.git", version.ref = "indra_git"}

0 comments on commit 7a71be1

Please sign in to comment.