Skip to content

Commit d58ec06

Browse files
author
Francisco Solis
authored
Merge pull request #21 from TheProgramSrc/renovate/org.jetbrains.dokka-1.x
2 parents fe701f3 + f1b2aac commit d58ec06

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
@@ -3,7 +3,7 @@ plugins {
33
id 'maven-publish'
44
id 'com.github.johnrengelman.shadow' version '7.1.2'
55
id 'net.kyori.blossom' version '1.2.0'
6-
id 'org.jetbrains.dokka' version '1.6.21'
6+
id 'org.jetbrains.dokka' version '1.7.20'
77
}
88

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

0 commit comments

Comments
 (0)