We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e4b0262 + 3c8250e commit 6ab677eCopy full SHA for 6ab677e
README.md
@@ -59,7 +59,7 @@ These additional settings are enabled by `scalaModuleSettings`:
59
- POM and OSGi metadata
60
61
The following settings are also available:
62
- - `enableOptimizer` adds `-opt:l:classpath` or `-optimize` to `scalacOptions in (Compile, compile)`,
+ - `enableOptimizer` adds `-opt-inline-from:<sources>` or `-opt:l:project` or `-optimize` to `scalacOptions in (Compile, compile)`,
63
depending on the Scala version
64
- `disablePublishing` is useful for multi-project builds for projects that should not be published
65
0 commit comments