mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-02 12:50:55 +00:00
8 lines
97 B
Plaintext
8 lines
97 B
Plaintext
|
plugins {
|
||
|
id("gay.pizza.pork.module")
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
implementation(project(":common"))
|
||
|
}
|