Files
foundation/foundation-core/build.gradle.kts

12 lines
334 B
Plaintext
Raw Normal View History

2023-01-28 19:38:57 -08:00
plugins {
id("gay.pizza.foundation.concrete-plugin")
2023-01-28 19:38:57 -08:00
}
2021-12-21 08:58:44 +00:00
dependencies {
2021-12-22 08:11:22 +00:00
// TODO: might be able to ship all dependencies in core? are we duplicating classes in JARs?
2021-12-23 22:44:02 +00:00
implementation("software.amazon.awssdk:s3:2.17.102")
2021-12-24 08:38:57 +00:00
implementation("org.quartz-scheduler:quartz:2.3.2")
2022-01-29 06:01:50 +00:00
implementation("com.google.guava:guava:31.0.1-jre")
2021-12-21 08:58:44 +00:00
}