mirror of https://github.com/sbt/sbt.git
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:
parent
e96c6fa57b
commit
c8de828830
|
|
@ -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