mirror of
https://github.com/architectury/architectury-plugin.git
synced 2026-03-28 04:07:01 -05:00
Update transformerVersion to 3.0.46
Signed-off-by: shedaniel <daniel@shedaniel.me>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
loom_version=0.6.96
|
loom_version=0.6.96
|
||||||
transformer_version=3.0.45
|
transformer_version=3.0.46
|
||||||
base_version=3.2
|
base_version=3.2
|
||||||
@@ -19,7 +19,7 @@ import java.util.jar.JarOutputStream
|
|||||||
import java.util.jar.Manifest
|
import java.util.jar.Manifest
|
||||||
|
|
||||||
open class ArchitectPluginExtension(val project: Project) {
|
open class ArchitectPluginExtension(val project: Project) {
|
||||||
var transformerVersion = "3.0.45"
|
var transformerVersion = "3.0.46"
|
||||||
var injectablesVersion = "1.0.10"
|
var injectablesVersion = "1.0.10"
|
||||||
var minecraft = ""
|
var minecraft = ""
|
||||||
var injectInjectables = true
|
var injectInjectables = true
|
||||||
|
|||||||
Reference in New Issue
Block a user