File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' com.adarshr.test-logger' version ' 4.0.0'
3- id ' org.ajoberstar.grgit' version ' 5.2.2'
43 id " com.github.ben-manes.versions" version ' 0.51.0'
5- id ' ru.vyarus.mkdocs' version ' 4.0.1'
4+ id ' ru.vyarus.mkdocs' version ' 4.0.1' apply false
65 id " com.github.spotbugs" version " 6.0.9"
76 id ' com.diffplug.spotless' version ' 6.25.0'
87 id ' io.github.gradle-nexus.publish-plugin' version ' 2.0.0'
@@ -35,11 +34,11 @@ apply from: "$rootDir/gradle-scripts/jacoco.gradle"
3534apply from : " $rootDir /gradle-scripts/spotbugs.gradle"
3635apply from : " $rootDir /gradle-scripts/maven-publish.gradle"
3736apply from : " $rootDir /gradle-scripts/nexus-publish.gradle"
38- apply from : " $rootDir /gradle-scripts/javadocs-publish.gradle"
3937apply from : " $rootDir /gradle-scripts/set-library-version.gradle"
40- apply from : " $rootDir /gradle-scripts/execution-order.gradle"
4138apply from : " $rootDir /gradle-scripts/mkdocs.gradle"
39+ apply from : " $rootDir /gradle-scripts/javadocs-publish.gradle"
4240apply from : " $rootDir /gradle-scripts/spotless.gradle"
41+ apply from : " $rootDir /gradle-scripts/execution-order.gradle"
4342
4443dependencies {
4544 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
35 sourcesDir = ' .' // default is 'docs' in the root directory.
You can’t perform that action at this time.
0 commit comments