This commit is contained in:
João Ferreira 2021-02-13 16:52:35 +00:00 committed by GitHub
parent 6dd53e0e3d
commit e5b2fe4b6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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,