Fix hashing of incrementalCompile

This commit is contained in:
Adrien Piquerez 2024-04-09 10:59:48 +02:00
parent 8870cb6a82
commit 9e6612a3f8
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ object Keys {
val compileAnalysisFilename = taskKey[String]("Defines the filename used for compileAnalysisFile.").withRank(DTask)
val compileAnalysisTargetRoot = settingKey[File]("The output directory to produce Zinc Analysis files").withRank(DSetting)
val earlyCompileAnalysisTargetRoot = settingKey[File]("The output directory to produce Zinc Analysis files").withRank(DSetting)
@cacheLevel(include = Array.empty)
val compileAnalysisFile = taskKey[File]("Zinc analysis storage.").withRank(DSetting)
val earlyCompileAnalysisFile = taskKey[File]("Zinc analysis storage for early compilation").withRank(DSetting)