Fix project name in settings.gradle.kts to PlayerUtils
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
||||
rootProject.name = "StaffUtils"
|
||||
rootProject.name = "PlayerUtils"
|
||||
|
||||
val nexusUser = providers.gradleProperty("alttdSnapshotUsername").orNull ?: System.getenv("NEXUS_USERNAME")
|
||||
val nexusPass = providers.gradleProperty("alttdSnapshotPassword").orNull ?: System.getenv("NEXUS_PASSWORD")
|
||||
|
||||
Reference in New Issue
Block a user