File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' com.adarshr.test-logger' version ' 4.0.0'
33 id " com.github.ben-manes.versions" version ' 0.51.0'
4- id ' ru.vyarus.mkdocs' version ' 4.0.1'
4+ id ' ru.vyarus.mkdocs' version ' 4.0.1' apply false
55 id " com.github.spotbugs" version " 6.0.9"
66 id ' com.diffplug.spotless' version ' 6.25.0'
77 id ' io.github.gradle-nexus.publish-plugin' version ' 2.0.0'
@@ -34,11 +34,11 @@ apply from: "$rootDir/gradle-scripts/jacoco.gradle"
3434apply from : " $rootDir /gradle-scripts/spotbugs.gradle"
3535apply from : " $rootDir /gradle-scripts/maven-publish.gradle"
3636apply from : " $rootDir /gradle-scripts/nexus-publish.gradle"
37- apply from : " $rootDir /gradle-scripts/javadocs-publish.gradle"
3837apply from : " $rootDir /gradle-scripts/set-library-version.gradle"
39- apply from : " $rootDir /gradle-scripts/execution-order.gradle"
4038apply from : " $rootDir /gradle-scripts/mkdocs.gradle"
39+ apply from : " $rootDir /gradle-scripts/javadocs-publish.gradle"
4140apply from : " $rootDir /gradle-scripts/spotless.gradle"
41+ apply from : " $rootDir /gradle-scripts/execution-order.gradle"
4242
4343dependencies {
4444 implementation " com.commercetools.sdk:commercetools-http-client:${ commercetoolsJavaSdkV2Version} "
Original file line number Diff line number Diff line change 1+ apply plugin : ' ru.vyarus.mkdocs'
2+
13mkdocs {
24 // mkdocs sources
3- sourcesDir = ' docs ' // default is 'doc' in the root directory.
5+ sourcesDir = " . " // default is 'doc' in the root directory.
46 // strict build (fail on build errors)
57 strict = true
68 // target build directory (publication root)
You can’t perform that action at this time.
0 commit comments