Closed kreiger closed 4 years ago
We are seeing this also with Gradle 6.2, there's no way to have the plugin align versions and it's causing some hard to detect brokenness.
🤦♂ well, my mistake. will fix and add multi version tests
Ended up pushing a new version since the change is so small. Which means adding the tests will not delay the fix.
In the fix to #4 you have the code
See https://github.com/ljacomet/logging-capabilities/commit/ab3fb780054c2271fa27700c624f58402262e5f7#r37521179
gradleVersion < '5.2'
ANDgradleVersion >= '6.2'
?Isn't this always false?
Further,
enableAlignment()
only works if Gradle version is less than 6.2.This makes it impossible to enable alignment on Gradle 6.2 or later.