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