sbt/project
Eugene Yokota 566f888045 [2.x] Cache analysis using file last modified
**Problem**
Current MixedAnalyzingCompiler analysis cache caches using the last write,
assuming all writing happens via it. However, this doesn't work with
sbt 2.x caching system where the gz file under it can switch.

**Solution**
This switches to using caffeine caching, which includes file size
and file timestamp for local analysis caching.
2026-05-11 04:29:28 -04:00
..
DatatypeConfig.scala [2.x] ci: Avoid postfix in build files (#9150) 2026-04-29 03:13:17 -04:00
Dependencies.scala [2.x] Cache analysis using file last modified 2026-05-11 04:29:28 -04:00
Docs.scala update scalafmt config. re-format build files 2025-09-23 10:28:38 +09:00
HouseRulesPlugin.scala [2.x] ci: Avoid infix syntax in build files (#9157) 2026-04-29 08:41:54 -04:00
Mima.scala Update mimaPreviousArtifacts and mimaBinaryIssueFilters 2026-01-12 10:31:21 +09:00
NightlyPlugin.scala [2.x] ci: Organize scalatest dependency (#9015) 2026-04-04 23:54:09 -04:00
PackageSignerPlugin.scala [2.x] ci: Integrate launcher package (#8485) 2026-01-11 20:57:59 -05:00
PublishBinPlugin.scala [2.x] ci: Avoid infix syntax in build files (#9157) 2026-04-29 08:41:54 -04:00
SbtLauncherPlugin.scala update scalafmt config. re-format build files 2025-09-23 10:28:38 +09:00
SbtScriptedIT.scala in-source sbt-houserules 2019-10-19 19:53:11 -04:00
Scripted.scala [2.x] ci: Avoid infix syntax in build files (#9157) 2026-04-29 08:41:54 -04:00
Transform.scala refactor: Add parentheses to PathFinder.get (#8497) 2026-01-12 15:19:40 -05:00
Utils.scala Remove unused code in project/Utils.scala 2026-05-03 16:53:26 +09:00
build.properties [2.x] ci: Update sbt and sbt-scalafmt plugin (#9148) 2026-04-29 03:12:09 -04:00
flamegraph.png docs: Update flamegraph guide 2025-11-09 17:06:13 -05:00
plugins.sbt [2.x] ci: Avoid postfix in build files (#9150) 2026-04-29 03:13:17 -04:00