We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fe701f3 + f1b2aac commit d58ec06Copy full SHA for d58ec06
build.gradle
@@ -3,7 +3,7 @@ plugins {
3
id 'maven-publish'
4
id 'com.github.johnrengelman.shadow' version '7.1.2'
5
id 'net.kyori.blossom' version '1.2.0'
6
- id 'org.jetbrains.dokka' version '1.6.21'
+ id 'org.jetbrains.dokka' version '1.7.20'
7
}
8
9
def projectVersion = (System.getenv("VERSION") ?: '0.2.2-SNAPSHOT').replaceFirst("v", "").replace('/', '')
0 commit comments