File tree Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Expand file tree Collapse file tree 3 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 238238 <version >${kotlin.version} </version >
239239 </plugin >
240240
241- <plugin >
242- <groupId >org.jetbrains.dokka</groupId >
243- <artifactId >dokka-maven-plugin</artifactId >
244- <version >${dokka.plugin.version} </version >
245- </plugin >
246-
247241 <plugin >
248242 <groupId >org.apache.maven.plugins</groupId >
249243 <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
5656* Migrated tests to JUnit 5
5757* Bumped Kotlin and Kotlin Extensions baseline to `1.6.21` and `1.6.4` respectively
5858* 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