Skip to content

Commit 56197c6

Browse files
committed
Remove dokka-maven-plugin
1 parent 3dfa687 commit 56197c6

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -238,12 +238,6 @@
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>

src/changelog/1.3.0/dokka.xml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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>

src/site/_release-notes/_1.3.0.adoc

+4
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)