2023-01-28 19:38:57 -08:00
|
|
|
plugins {
|
2023-02-03 13:20:21 -08:00
|
|
|
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")
|
2023-02-04 22:59:00 -08:00
|
|
|
|
|
|
|
api(project(":common-plugin"))
|
2021-12-21 08:58:44 +00:00
|
|
|
}
|