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 4f64817 commit 14448faCopy full SHA for 14448fa
settings.gradle.kts
@@ -1,4 +1,4 @@
1
-val modName = providers.gradleProperty("mod_name")
+val modName: Provider<String> = providers.gradleProperty("mod_name")
2
rootProject.name = modName.get()
3
pluginManagement {
4
fun isRepoHealthy(url: String): Boolean {
0 commit comments