Commit 1e5b128
[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
1 file changed
+1
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
| 388 | + | |
398 | 389 | | |
399 | 390 | | |
400 | 391 | | |
| |||
0 commit comments