Skip to content
This repository was archived by the owner on Aug 10, 2024. It is now read-only.

Commit e0036e9

Browse files
committed
kdoc improvements
1 parent 7344869 commit e0036e9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.gradle

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.github.sanity'
2-
version '0.0.34'
2+
version '0.0.35'
33

44
buildscript {
55
ext.kotlin_version = '1.1.0'
@@ -93,7 +93,6 @@ configurations.all {
9393
}
9494
}
9595

96-
/*
9796
task dokkaJavadoc(type: org.jetbrains.dokka.gradle.DokkaTask) {
9897
outputFormat = 'html'
9998
outputDirectory = javadoc.destinationDir
@@ -108,4 +107,4 @@ task javadocJar(type: Jar, dependsOn: dokkaJavadoc) {
108107
artifacts {
109108
archives javadocJar
110109
}
111-
*/
110+

0 commit comments

Comments
 (0)