Skip to content

Commit

Permalink
fix postUpdate task
Browse files Browse the repository at this point in the history
  • Loading branch information
btwonion committed Oct 17, 2024
1 parent 493285f commit 215987b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stonecutter.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ tasks.register("postUpdate") {
fields = listOf(
Field(
"Supported versions",
stonecutter.tree.nodes.map { it.property("vers.supportedMcVersions").toString().split(',') }
stonecutter.tree.nodes.map { it.property("supportedMcVersions").toString().split(',') }
.flatten().toSet().joinToString(),
false
),
Expand Down

0 comments on commit 215987b

Please sign in to comment.