Skip to content

Commit 75f2a02

Browse files
authored
fix gradle >8.12 compatibility (#53)
1 parent 27b256d commit 75f2a02

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/kotlin/dev/architectury/plugin/TransformingTask.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ open class TransformingTask : Jar() {
7979
}
8080
}
8181

82+
override fun copy() {
83+
// do nothing
84+
}
85+
8286
private fun ClassNode.toByteArray(): ByteArray {
8387
val writer = ClassWriter(0)
8488
this.accept(writer)

0 commit comments

Comments
 (0)