That doc :point_up: explain what is needed in your...
# gradle
e
That doc ☝️ explain what is needed in your settings script to apply plugins not available in the Gradle plugin portal using the
plugins {}
block. I believe the Gretty plugin doesn’t fall into that category.
settings.gradle.kts
is just like
settings.gradle
but using the Kotlin DSL For more info on Settings see the Gradle doc: https://docs.gradle.org/current/userguide/build_lifecycle.html#sec:settings_file And the relevant section about
pluginManagement {}
in https://docs.gradle.org/current/userguide/plugins.html#sec:plugin_management