mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 13:37:45 -05:00
Bump to 0.7.2
This commit is contained in:
@@ -19,7 +19,7 @@ targetCompatibility = 1.8
|
||||
|
||||
group = "dev.architectury"
|
||||
archivesBaseName = project.name
|
||||
def baseVersion = '0.7.1'
|
||||
def baseVersion = '0.7.2'
|
||||
def runNumber = System.getenv("GITHUB_RUN_NUMBER") ?: "9999"
|
||||
|
||||
def isSnapshot = System.getenv("PR_NUM") != null
|
||||
@@ -304,4 +304,4 @@ task writeActionsTestMatrix() {
|
||||
output.parentFile.mkdir()
|
||||
output.text = json
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user