Skip to content

Commit

Permalink
Merge pull request sbt#7667 from eed3si9n/wip/remove-unused
Browse files Browse the repository at this point in the history
[2.x] refactor: Remove unused tasks
  • Loading branch information
eed3si9n authored Sep 15, 2024
2 parents e96c6fa + c8de828 commit e574914
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions main/src/main/scala/sbt/RemoteCache.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e574914

Please sign in to comment.