mirror of
https://github.com/smyalygames/checklist-tester.git
synced 2025-11-30 01:39:38 +01:00
refactor(connector): implement xpc from GitHub maven repository
This commit is contained in:
Binary file not shown.
@@ -15,8 +15,13 @@ dependencyResolutionManagement {
|
||||
google()
|
||||
mavenCentral()
|
||||
maven("https://maven.pkg.jetbrains.space/public/p/compose/dev")
|
||||
flatDir {
|
||||
dirs("lib")
|
||||
maven {
|
||||
url = uri("https://maven.pkg.github.com/smyalygames/XPlaneConnect")
|
||||
credentials {
|
||||
username = "smyalygames"
|
||||
// Most awful way of storing a token - it's read only anyway
|
||||
password = "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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -35,7 +35,7 @@ kotlin {
|
||||
implementation("dk.au.ece.vdmj:vdmj:$vdmjVersion")
|
||||
|
||||
// this feels like the most godawful hack I have created, I am ashamed
|
||||
implementation("gov.nasa.xpc-parent:xpc:1.4.0-SNAPSHOT")
|
||||
implementation("gov.nasa.xpc:xpc:1.4.0-SNAPSHOT")
|
||||
|
||||
}
|
||||
commonTest.dependencies {
|
||||
|
||||
Reference in New Issue
Block a user