We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0ccb0f commit dade582Copy full SHA for dade582
1 file changed
settings.gradle
@@ -9,6 +9,7 @@ pluginManagement {
9
id 'org.jetbrains.kotlin.plugin.serialization' version '1.6.10'
10
id 'com.gradle.plugin-publish' version '0.20.0'
11
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
12
+ id 'org.jdrupes.mdoclet' version '1.0.10'
13
}
14
15
plugins {
@@ -20,6 +21,7 @@ plugins {
20
21
id 'org.jetbrains.kotlin.plugin.serialization' apply false
22
id 'com.gradle.plugin-publish' apply false
23
id 'io.github.gradle-nexus.publish-plugin' apply false
24
+ id 'org.jdrupes.mdoclet' apply false
25
26
27
blowdryerSetup {
0 commit comments