There was an error while loading. Please reload this page.
1 parent 8af9e82 commit a40d924Copy full SHA for a40d924
1 file changed
pom.xml
@@ -61,6 +61,7 @@
61
<maven-dependency-plugin.version>3.11.0</maven-dependency-plugin.version>
62
<coveralls-maven-plugin.version>4.3.0</coveralls-maven-plugin.version>
63
<build-helper-maven-plugin.version>3.6.1</build-helper-maven-plugin.version>
64
+ <dokka-maven-plugin.version>2.2.0</dokka-maven-plugin.version>
65
</properties>
66
<pluginRepositories>
67
<pluginRepository>
@@ -388,7 +389,7 @@
388
389
<plugin>
390
<groupId>org.jetbrains.dokka</groupId>
391
<artifactId>dokka-maven-plugin</artifactId>
- <version>1.6.10</version>
392
+ <version>${dokka-maven-plugin.version}</version>
393
<executions>
394
<execution>
395
<id>attach-javadocs</id>
0 commit comments