Releases: btkelly/gnag
Releases · btkelly/gnag
Release 3.0.5
Release 3.0.4
- Fixed issue #233 where file parsing in Ktlint on Windows wouldn't work
Release 3.0.3
- Updated default tool versions to their latest
- Fixed issue where Android Kotlin files would not be scanned
Release 3.0.2
- Removed logger statement that was printing a bunch of unnecessary information
Release 3.0.1
- Changed min Java version to 11 to support the embedded Android Studio JDK version which is currently 11
Release 3.0.0
Version 3.0.0 is a major version update with some breaking changes and core architecture updates.
- Minimum JDK version is now 12
- Minimum Gradle version is now 7.1.1
- jCenter has been fully removed in preparation for it's EOL
- Findbugs has been removed as it's no longer maintained
- Checkstyle and PMD are no longer compiled into the plugin and can now update their versions using the
toolVersion
property outlined in the README - With the jCenter removal the plugin is only available on the official Gradle Plugin site (https://plugins.gradle.org/plugin/com.btkelly.gnag) and should be added to your Gradle file using the updated plugin DSL as shown below.
plugins {
id "com.btkelly.gnag" version "3.0.1"
}
2.4.4
2.4.2
Release 2.4.1
- Fixed issue with new version of Detekt not finding report file
- Fixed issue with compiled binary using JDK 12
Release 2.4.0
- Added ability to override version of detekt
- Updated (0.35.0) and fixed Ktlint dependency name change
- Updated Gradle version to 5.6.3