mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Move native builds to wholphin-extensions
This commit is contained in:
parent
ca43baa531
commit
e931e4d4f4
42 changed files with 48 additions and 1806 deletions
|
|
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue