Skip to content

Commit

Permalink
fix changelogs path
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Mar 11, 2024
1 parent dd2bf1b commit be9ed35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ pluginManager.withPlugin("com.modrinth.minotaur") {
processDocs {
doLast {
// If the task executes, update the changelog in Minotaur as it doesn't support passing in a File
modrinth.changelog = project.file("/build/doc/changelog.html").readText(Charsets.UTF_8)
modrinth.changelog = project.file("build/doc/changelog.html").readText(Charsets.UTF_8)
}
}
tasks.named("modrinth") {
Expand Down

0 comments on commit be9ed35

Please sign in to comment.