Skip to content
This repository was archived by the owner on Feb 17, 2026. It is now read-only.

Commit 421e582

Browse files
Fix gradle build issue
Signed-off-by: Ryder Belserion <no-reply@ryderbelserion.com>
1 parent 309e179 commit 421e582

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

paper/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ tasks {
8585
inputs.properties("version" to project.version)
8686
inputs.properties("group" to project.group)
8787
inputs.properties("apiVersion" to libs.versions.minecraft.get())
88-
inputs.properties("description" to project.description)
88+
inputs.properties("description" to project.description.toString())
8989
inputs.properties("website" to "https://modrinth.com/plugin/blockparticles")
9090

9191
filesMatching("plugin.yml") {
9292
expand(inputs.properties)
9393
}
9494
}
95-
}
95+
}

0 commit comments

Comments
 (0)