mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 21:21:33 +00:00
11 lines
175 B
Plaintext
11 lines
175 B
Plaintext
|
plugins {
|
||
|
id("gay.pizza.pork.module")
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
api(project(":evaluator"))
|
||
|
|
||
|
implementation(project(":common"))
|
||
|
implementation("net.java.dev.jna:jna:5.13.0")
|
||
|
}
|