We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed3c9b8 commit 3563b41Copy full SHA for 3563b41
build-logic/src/main/kotlin/CommandDataTask.kt
@@ -14,7 +14,7 @@ abstract class CommandDataTask : DefaultTask() {
14
// i promise i will be safe
15
@Suppress("UNCHECKED_CAST")
16
@TaskAction
17
- private fun harvest() {
+ fun harvest() {
18
val pluginYml = project.file("src/main/resources/plugin.yml")
19
if (!pluginYml.exists()) {
20
logger.warn("No plugin.yml found to harvest")
0 commit comments