mirror of
https://github.com/GayPizzaSpecifications/foundation.git
synced 2025-08-02 21:20:55 +00:00
12 lines
334 B
Plaintext
12 lines
334 B
Plaintext
plugins {
|
|
id("gay.pizza.foundation.concrete-plugin")
|
|
}
|
|
|
|
dependencies {
|
|
// TODO: might be able to ship all dependencies in core? are we duplicating classes in JARs?
|
|
|
|
implementation("software.amazon.awssdk:s3:2.17.102")
|
|
implementation("org.quartz-scheduler:quartz:2.3.2")
|
|
implementation("com.google.guava:guava:31.0.1-jre")
|
|
}
|