Skip to content

Commit

Permalink
chore: switch to gitpatcher fork due to gradle deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
derklaro committed Sep 5, 2024
1 parent 3e33ab5 commit c7d07d5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import net.minecrell.gitpatcher.PatchExtension

plugins {
id("net.minecraftforge.gitpatcher") version "0.10.+"
id("ca.stellardrift.gitpatcher") version "1.1.0"
}

configure<PatchExtension> {
submodule = "cloud"
patches = file("patches")
target = file("patched-cloud")
gitPatcher.patchedRepos {
register("cloud") {
submodule = "cloud"
patches = file("patches")
target = file("patched-cloud")
}
}

tasks.register("rebuildPatches") {
dependsOn(tasks.makePatches)
}
}

0 comments on commit c7d07d5

Please sign in to comment.