Skip to content

Commit

Permalink
Remove dokka-maven-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
vy committed Oct 3, 2023
1 parent 3dfa687 commit 56197c6
Showing 3 changed files with 11 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -238,12 +238,6 @@
<version>${kotlin.version}</version>
</plugin>

<plugin>
<groupId>org.jetbrains.dokka</groupId>
<artifactId>dokka-maven-plugin</artifactId>
<version>${dokka.plugin.version}</version>
</plugin>

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
7 changes: 7 additions & 0 deletions src/changelog/1.3.0/dokka.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<entry xmlns="http://logging.apache.org/log4j/changelog"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd"
type="removed">
<author id="github:vy"/>
<description format="asciidoc">Stopped exporting KDoc to HTML</description>
</entry>
4 changes: 4 additions & 0 deletions src/site/_release-notes/_1.3.0.adoc
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
* Migrated tests to JUnit 5
* Bumped Kotlin and Kotlin Extensions baseline to `1.6.21` and `1.6.4` respectively
* Skipped deploying `log4j-api-kotlin-benchmark` and `log4j-api-kotlin-sample` modules
==== Removed
* Stopped exporting KDoc to HTML

0 comments on commit 56197c6

Please sign in to comment.