You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description ='Print the Modrinth description body chosen for this version (fetches GitHub release body or falls back to README.md) and show the file path'
158
+
doLast {
159
+
def body = fetchReleaseDescription(tag)
160
+
def outFile = writeModrinthBodyFile(body)
161
+
println"Modrinth description written to: ${outFile.absolutePath}"
0 commit comments