mirror of
https://github.com/architectury/architectury-plugin.git
synced 2026-03-28 04:07:01 -05:00
fix gradle >8.12 compatibility (#53)
This commit is contained in:
@@ -79,6 +79,10 @@ open class TransformingTask : Jar() {
|
||||
}
|
||||
}
|
||||
|
||||
override fun copy() {
|
||||
// do nothing
|
||||
}
|
||||
|
||||
private fun ClassNode.toByteArray(): ByteArray {
|
||||
val writer = ClassWriter(0)
|
||||
this.accept(writer)
|
||||
|
||||
Reference in New Issue
Block a user