We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f15cc commit 5cde4dcCopy full SHA for 5cde4dc
worldedit-bukkit/build.gradle.kts
@@ -245,7 +245,7 @@ publishMods {
245
val common = modrinthOptions {
246
accessToken.set(System.getenv("MODRINTH_TOKEN"))
247
projectId.set("z4HZZnLr")
248
- projectDescription.set(rootProject.file("README.md").readText())
+ projectDescription.set(providers.fileContents { layout.projectDirectory.file("README.md") as File }.asText)
249
}
250
251
// We publish the reobfJar twice to ensure that the modrinth download menu picks the right jar for the platform regardless
0 commit comments