mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-03 13:31:32 +00:00
Tailscale Plugin :D
This commit is contained in:
20
foundation-tailscale/build.gradle.kts
Normal file
20
foundation-tailscale/build.gradle.kts
Normal file
@ -0,0 +1,20 @@
|
||||
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"))
|
||||
}
|
Reference in New Issue
Block a user