Update plugins

This commit is contained in:
shedaniel
2021-03-08 00:21:14 +08:00
parent b273bfcb3f
commit 30229c24f2
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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