Skip to content

Commit 8a2db98

Browse files
committed
Uncomment publishing repository
1 parent 06ace91 commit 8a2db98

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,18 @@ subprojects {
7676

7777
extensions.configure<PublishingExtension> {
7878
repositories {
79-
/*
8079
maven("https://repo.papermc.io/repository/maven-snapshots/") {
8180
name = "paperSnapshots"
8281
credentials(PasswordCredentials::class)
8382
}
84-
*/
8583
}
8684
}
8785
}
8886

89-
tasks.withType<RebuildGitPatches> {
90-
filterPatches.set(false)
87+
allprojects {
88+
tasks.withType<RebuildGitPatches>().configureEach {
89+
filterPatches = false
90+
}
9191
}
9292

9393
tasks.register("printMinecraftVersion") {

0 commit comments

Comments
 (0)