Skip to content

Commit d9eaaf3

Browse files
Update plugin org.jetbrains.dokka to v1.9.0
1 parent 583bfae commit d9eaaf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'org.jetbrains.kotlin.jvm' version '1.7.20'
55
id 'maven-publish'
66
id 'com.github.johnrengelman.shadow' version '7.1.2'
7-
id 'org.jetbrains.dokka' version '1.7.20'
7+
id 'org.jetbrains.dokka' version '1.9.0'
88
}
99

1010
def projectVersion = (System.getenv("VERSION") ?: '0.1.0-SNAPSHOT').replaceFirst("v", "").replace('/', '')

0 commit comments

Comments
 (0)