refactor: Remove unused tasks

**Problem/Solution**
Unused setting ends up showing warnings on startup.
This removes the unused settings from sbt 1.x remote cache.
This commit is contained in:
Eugene Yokota 2024-09-14 23:31:26 -04:00
parent e96c6fa57b
commit c8de828830
1 changed files with 0 additions and 2 deletions

View File

@ -142,9 +142,7 @@ object RemoteCache {
},
pushRemoteCacheConfiguration / publishMavenStyle := true,
Compile / packageCache / pushRemoteCacheArtifact := true,
Test / packageCache / pushRemoteCacheArtifact := true,
Compile / packageCache / artifact := Artifact(moduleName.value, cachedCompileClassifier),
Test / packageCache / artifact := Artifact(moduleName.value, cachedTestClassifier),
remoteCachePom / pushRemoteCacheArtifact := true,
remoteCachePom := {
val s = streams.value