Skip to content

Commit 3563b41

Browse files
authored
Fix command data task (#6207)
1 parent ed3c9b8 commit 3563b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-logic/src/main/kotlin/CommandDataTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ abstract class CommandDataTask : DefaultTask() {
1414
// i promise i will be safe
1515
@Suppress("UNCHECKED_CAST")
1616
@TaskAction
17-
private fun harvest() {
17+
fun harvest() {
1818
val pluginYml = project.file("src/main/resources/plugin.yml")
1919
if (!pluginYml.exists()) {
2020
logger.warn("No plugin.yml found to harvest")

0 commit comments

Comments
 (0)