Skip to content

Commit 14448fa

Browse files
committed
Small Tweak
1 parent 4f64817 commit 14448fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val modName = providers.gradleProperty("mod_name")
1+
val modName: Provider<String> = providers.gradleProperty("mod_name")
22
rootProject.name = modName.get()
33
pluginManagement {
44
fun isRepoHealthy(url: String): Boolean {

0 commit comments

Comments
 (0)