fun setOutputPath()

in recipes-plugin/src/main/kotlin/RecipesPlugin.kt [30:32]


    fun setOutputPath(path: String) {
        outputPath.set(path)
    }