mirror of https://github.com/sbt/sbt.git
parent
6dd53e0e3d
commit
e5b2fe4b6c
|
|
@ -85,6 +85,10 @@ object SbtCoursierShared extends AutoPlugin {
|
|||
val noWarningPlz = clean.value
|
||||
SbtCoursierCache.default.clear()
|
||||
},
|
||||
onUnload := {
|
||||
SbtCoursierCache.default.clear()
|
||||
onUnload.value
|
||||
},
|
||||
coursierGenerateIvyXml := true,
|
||||
coursierWriteIvyXml := IvyXmlGeneration.writeIvyXml.value,
|
||||
coursierProject := InputsTasks.coursierProjectTask.value,
|
||||
|
|
|
|||
Loading…
Reference in New Issue