Skip to content

Commit c7d07d5

Browse files
committed
chore: switch to gitpatcher fork due to gradle deprecations
1 parent 3e33ab5 commit c7d07d5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle.kts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
import net.minecrell.gitpatcher.PatchExtension
2-
31
plugins {
4-
id("net.minecraftforge.gitpatcher") version "0.10.+"
2+
id("ca.stellardrift.gitpatcher") version "1.1.0"
53
}
64

7-
configure<PatchExtension> {
8-
submodule = "cloud"
9-
patches = file("patches")
10-
target = file("patched-cloud")
5+
gitPatcher.patchedRepos {
6+
register("cloud") {
7+
submodule = "cloud"
8+
patches = file("patches")
9+
target = file("patched-cloud")
10+
}
1111
}
1212

1313
tasks.register("rebuildPatches") {
1414
dependsOn(tasks.makePatches)
15-
}
15+
}

0 commit comments

Comments
 (0)