mirror of https://github.com/sbt/sbt.git
Merge pull request #7667 from eed3si9n/wip/remove-unused
[2.x] refactor: Remove unused tasks
This commit is contained in:
commit
e57491424c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue