[2.x] ci: Remove -Ymacro-expand option (#9072)

This commit is contained in:
kenji yoshida 2026-04-12 14:57:41 +09:00 committed by GitHub
parent c47fc6bbd8
commit 852505f9f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -188,7 +188,6 @@ lazy val sbtRoot: Project = (project in file("."))
},
Utils.baseScalacOptions,
Docs.settings,
scalacOptions += "-Ymacro-expand:none", // for both sxr and doc
Utils.publishPomSettings,
otherRootSettings,
Utils.noPublish,