Merge pull request #7667 from eed3si9n/wip/remove-unused

[2.x] refactor: Remove unused tasks
This commit is contained in:
eugene yokota 2024-09-15 00:04:29 -04:00 committed by GitHub
commit e57491424c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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