mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 21:20:55 +00:00
10 lines
160 B
Plaintext
10 lines
160 B
Plaintext
plugins {
|
|
id("gay.pizza.foundation.concrete-library")
|
|
}
|
|
|
|
dependencies {
|
|
api(project(":common-all"))
|
|
api(libs.xodus.core)
|
|
api(libs.xodus.entity.store)
|
|
}
|