Skip to content

Commit 5cde4dc

Browse files
committed
Fix modrinth readme sync
Signed-off-by: Alexander Brandes <[email protected]>
1 parent 97f15cc commit 5cde4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worldedit-bukkit/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ publishMods {
245245
val common = modrinthOptions {
246246
accessToken.set(System.getenv("MODRINTH_TOKEN"))
247247
projectId.set("z4HZZnLr")
248-
projectDescription.set(rootProject.file("README.md").readText())
248+
projectDescription.set(providers.fileContents { layout.projectDirectory.file("README.md") as File }.asText)
249249
}
250250

251251
// We publish the reobfJar twice to ensure that the modrinth download menu picks the right jar for the platform regardless

0 commit comments

Comments
 (0)