File tree 3 files changed +11
-6
lines changed
3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 238
238
<version >${kotlin.version} </version >
239
239
</plugin >
240
240
241
- <plugin >
242
- <groupId >org.jetbrains.dokka</groupId >
243
- <artifactId >dokka-maven-plugin</artifactId >
244
- <version >${dokka.plugin.version} </version >
245
- </plugin >
246
-
247
241
<plugin >
248
242
<groupId >org.apache.maven.plugins</groupId >
249
243
<artifactId >maven-shade-plugin</artifactId >
Original file line number Diff line number Diff line change
1
+ <entry xmlns =" http://logging.apache.org/log4j/changelog"
2
+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi : schemaLocation =" http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
4
+ type =" removed" >
5
+ <author id =" github:vy" />
6
+ <description format =" asciidoc" >Stopped exporting KDoc to HTML</description >
7
+ </entry >
Original file line number Diff line number Diff line change @@ -56,3 +56,7 @@ This minor release bumps the Kotlin baseline to 1.6.21 and contains various smal
56
56
* Migrated tests to JUnit 5
57
57
* Bumped Kotlin and Kotlin Extensions baseline to `1.6.21` and `1.6.4` respectively
58
58
* Skipped deploying `log4j-api-kotlin-benchmark` and `log4j-api-kotlin-sample` modules
59
+
60
+ ==== Removed
61
+
62
+ * Stopped exporting KDoc to HTML
You can’t perform that action at this time.
0 commit comments