Skip to content

Commit

Permalink
build: add stonecutter.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Apehum committed Dec 6, 2024
1 parent c7f485e commit 10974e1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions nms/stonecutter.gradle.kts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
plugins {
id("dev.kikugie.stonecutter")
}
stonecutter active "1.19.4" /* [SC] DO NOT EDIT */

stonecutter registerChiseled tasks.register("chiseledBuild", stonecutter.chiseled) {
group = "project"
ofTask("build")
}

0 comments on commit 10974e1

Please sign in to comment.