Skip to content

Commit 22abbbd

Browse files
committed
Disable modrinth description sync
1 parent 6fece50 commit 22abbbd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ subprojects {
8989
embeds { id = mrId }
9090
}
9191
}
92-
// Sync Modrinth description with README
93-
projectDescription = rootProject.file("README.md").text
9492
}
9593
curseforge {
9694
accessToken = providers.environmentVariable("CURSEFORGE_TOKEN").getOrElse("")
@@ -168,4 +166,4 @@ static String capsLoader(String loader) {
168166
case "neoforge": return "NeoForge"
169167
default: return loader
170168
}
171-
}
169+
}

0 commit comments

Comments
 (0)