You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/kotlin-extensions/pom.xml
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@
33
33
<dependencies>
34
34
<dependency>
35
35
<groupId>org.jetbrains.kotlin</groupId>
36
-
<artifactId>kotlin-stdlib-jdk8</artifactId>
36
+
<artifactId>kotlin-stdlib</artifactId>
37
37
</dependency>
38
38
<dependency>
39
39
<groupId>io.rest-assured</groupId>
@@ -57,12 +57,6 @@
57
57
<profiles>
58
58
<profile>
59
59
<id>release</id>
60
-
<!-- We disable this plugin during normal build since dokka doesn't work with JDK11. We get the following error when using JDK11:
61
-
62
-
[ERROR] Failed to execute goal org.jetbrains.dokka:dokka-maven-plugin:0.9.18:dokka (default) on project kotlin-extensions: Execution default of goal org.jetbrains.dokka:dokka-maven-plugin:0.9.18:dokka failed: A required class was missing while executing org.jetbrains.dokka:dokka-maven-plugin:0.9.18:dokka: com/sun/tools/doclets/formats/html/HtmlDoclet
63
-
64
-
This is a know issue! See https://github.com/Kotlin/dokka/issues/294
0 commit comments