mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 13:31:32 +00:00
21 lines
397 B
Plaintext
21 lines
397 B
Plaintext
|
plugins {
|
||
|
id("gay.pizza.foundation.concrete-plugin")
|
||
|
}
|
||
|
|
||
|
repositories {
|
||
|
maven {
|
||
|
name = "GitLabLibtailscale"
|
||
|
url = uri("https://gitlab.com/api/v4/projects/44435887/packages/maven")
|
||
|
}
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(":common-plugin"))
|
||
|
compileOnly(project(":foundation-shared"))
|
||
|
implementation(libs.tailscale)
|
||
|
}
|
||
|
|
||
|
concreteItem {
|
||
|
dependency(project(":foundation-core"))
|
||
|
}
|