Skip to content

Commit 1e5b128

Browse files
dariuszkucsmyrick
authored andcommitted
[chore] move dokka configuration to release profile (#481)
In order to release to nexus we need to publish Javadocs. Currently dokka only works for JDK8 so we had it explicitly gated behind a profile that would only be activated when run using Java 8. Since we are explicitly gating Travis release job to run on Java 8 only so we don't need this separate profile.
1 parent 6514e0a commit 1e5b128

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

pom.xml

+1-10
Original file line numberDiff line numberDiff line change
@@ -385,16 +385,7 @@
385385
</execution>
386386
</executions>
387387
</plugin>
388-
</plugins>
389-
</build>
390-
</profile>
391-
<profile>
392-
<id>jdk8</id>
393-
<activation>
394-
<jdk>${java.version}</jdk>
395-
</activation>
396-
<build>
397-
<plugins>
388+
<!-- dokka currently only works with Java 8 -->
398389
<plugin>
399390
<groupId>org.jetbrains.dokka</groupId>
400391
<artifactId>dokka-maven-plugin</artifactId>

0 commit comments

Comments
 (0)