Add anti-idle feature (Closes #21).

This commit is contained in:
Logan Gorence
2022-01-29 06:01:50 +00:00
parent 0da3202555
commit ba18fcddbc
5 changed files with 103 additions and 0 deletions

View File

@ -3,4 +3,5 @@ dependencies {
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")
}