Skip to content

Commit

Permalink
fix missing withSourceSet
Browse files Browse the repository at this point in the history
  • Loading branch information
wagyourtail committed Nov 22, 2023
1 parent 08c62d4 commit a6d0217
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ fun MinecraftConfig.patchBaseCreator() {
}
}

project.tasks.register("createClassPatch", CreateClassPatchTask::class.java) {
project.tasks.register("createClassPatch".withSourceSet(sourceSet), CreateClassPatchTask::class.java) {
it.group = "patchbase"
it.inputFile.set((project.tasks.findByName("remapJar".withSourceSet(sourceSet)) as Jar).outputs.files.singleFile)

Expand Down

0 comments on commit a6d0217

Please sign in to comment.