Move native builds to wholphin-extensions

This commit is contained in:
Damontecres 2026-03-31 16:48:43 -04:00
parent ca43baa531
commit e931e4d4f4
No known key found for this signature in database
42 changed files with 48 additions and 1806 deletions

View file

@ -16,6 +16,14 @@ dependencyResolutionManagement {
repositories {
google()
mavenCentral()
@Suppress("ktlint:standard:property-naming")
val WholphinExtensionsUsername: String? by settings
if (!WholphinExtensionsUsername.isNullOrBlank()) {
maven("https://maven.pkg.github.com/damontecres/wholphin-extensions") {
name = "WholphinExtensions"
credentials(PasswordCredentials::class)
}
}
}
}