mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 13:10:55 +00:00
17 lines
356 B
Plaintext
17 lines
356 B
Plaintext
plugins {
|
|
id("gay.pizza.foundation.concrete-plugin")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":common-all"))
|
|
api(project(":common-plugin"))
|
|
implementation(project(":foundation-shared"))
|
|
|
|
implementation(libs.aws.sdk.s3)
|
|
implementation(libs.quartz.core)
|
|
implementation(libs.guava)
|
|
|
|
implementation(libs.koin.core)
|
|
testImplementation(libs.koin.test)
|
|
}
|