File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 1.2.0]
6+ Upgrade kotlin, gradle, and other dependency versions.
7+
58## [ 1.1.0]
69Upgrade detektExtensions kotlin, gradle, and dependancy versions. Change expected EnforceStaticImport test source
710location values to account for detekt interpreting white space and new lines outside of code properly.
@@ -10,6 +13,7 @@ location values to account for detekt interpreting white space and new lines out
1013Initial work for Detekt Extension rule to enforce static imports (requires type resolution).
1114
1215[ Unreleased ] : https://github.com/pkware/detektExtensions/tree/main
16+ [ 1.2.0 ] : https://github.com/pkware/detektExtensions/tree/1.2.0
1317[ 1.1.0 ] : https://github.com/pkware/detektExtensions/tree/1.1.0
1418[ 1.0.0 ] : https://github.com/pkware/detektExtensions/tree/1.0.0
1519
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ org.gradle.caching=true
1414org.gradle.jvmargs =-Dfile.encoding=UTF-8
1515kotlin.code.style =official
1616
17- detektExtensionVersion =1.2.0-SNAPSHOT
17+ detektExtensionVersion =1.2.0
1818
1919POM_NAME =Detekt Extensions
2020POM_DESCRIPTION =A Detekt Extension Library
You can’t perform that action at this time.
0 commit comments