Release 1.2.3
What's Changed
Gradle plug-in
- Fix incorrect dependencies related to
SarifReportMergeTask
by @petertrr in #1485 - Treat
SarifReportMergeTask
as non-mandatory by @petertrr in #1487
Indentation rule
- The indentation in binary expressions wrapped before a binary operator
or an infix function is also controlled withextendedIndentAfterOperators
(@0x6675636b796f75676974687562, #1340). - The above is also true for
in
,!in
,is
,!is
, and cast (as
andas?
) operators (examples). - The only binary operator which is an exception to the above rule is the Elvis operator (
?:
).
Full Changelog: v1.2.2...v1.2.3