use caffeine cache in biome pipeline provider

This commit is contained in:
dfsek
2022-05-30 17:43:27 -07:00
parent d9eef2e5d5
commit 59318d75fc
2 changed files with 11 additions and 15 deletions
@@ -2,4 +2,9 @@ version = version("1.0.0")
dependencies {
compileOnlyApi(project(":common:addons:manifest-addon-loader"))
implementation("com.github.ben-manes.caffeine:caffeine:3.1.0")
}
tasks.named<com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar>("shadowJar") {
relocate("com.github.benmanes.caffeine", "com.dfsek.terra.addons.biome.pipeline.lib.caffeine")
}