We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e33ab5 commit c7d07d5Copy full SHA for c7d07d5
1 file changed
build.gradle.kts
@@ -1,15 +1,15 @@
1
-import net.minecrell.gitpatcher.PatchExtension
2
-
3
plugins {
4
- id("net.minecraftforge.gitpatcher") version "0.10.+"
+ id("ca.stellardrift.gitpatcher") version "1.1.0"
5
}
6
7
-configure<PatchExtension> {
8
- submodule = "cloud"
9
- patches = file("patches")
10
- target = file("patched-cloud")
+gitPatcher.patchedRepos {
+ register("cloud") {
+ submodule = "cloud"
+ patches = file("patches")
+ target = file("patched-cloud")
+ }
11
12
13
tasks.register("rebuildPatches") {
14
dependsOn(tasks.makePatches)
15
-}
+}
0 commit comments