mirror of
https://github.com/architectury/architectury-plugin.git
synced 2026-03-28 04:07:01 -05:00
Update plugins
This commit is contained in:
@@ -9,7 +9,7 @@ plugins {
|
||||
group "me.shedaniel"
|
||||
|
||||
def isSnapshot = System.getenv("PR_NUM") != null
|
||||
def runNumber = (System.getenv("GITHUB_RUN_NUMBER") == null ? (((short) new Random().nextInt()).abs() + 1000).toString() : System.getenv("GITHUB_RUN_NUMBER"))
|
||||
def runNumber = (System.getenv("GITHUB_RUN_NUMBER") == null ? "9999" : System.getenv("GITHUB_RUN_NUMBER"))
|
||||
|
||||
if (!isSnapshot) {
|
||||
version = base_version + "." + runNumber
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
kotlin.code.style=official
|
||||
loom_version=0.6.74
|
||||
transformer_version=2.1.34
|
||||
loom_version=0.6.76
|
||||
transformer_version=2.1.36
|
||||
base_version=3.0
|
||||
@@ -18,7 +18,7 @@ import java.util.jar.JarOutputStream
|
||||
import java.util.jar.Manifest
|
||||
|
||||
open class ArchitectPluginExtension(val project: Project) {
|
||||
var transformerVersion = "2.1.34"
|
||||
var transformerVersion = "2.1.36"
|
||||
var injectablesVersion = "1.0.7"
|
||||
var minecraft = ""
|
||||
var injectInjectables = true
|
||||
|
||||
Reference in New Issue
Block a user