File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id ' org.ajoberstar.git-publish' version ' 4.2.2'
32 id ' com.adarshr.test-logger' version ' 4.0.0'
4- id ' org.ajoberstar.grgit' version ' 5.2.2'
53 id " com.github.ben-manes.versions" version ' 0.51.0'
6- id ' ru.vyarus.mkdocs' version ' 3 .0.0 '
4+ id ' ru.vyarus.mkdocs' version ' 4 .0.1 ' apply false
75 id " com.github.spotbugs" version " 6.0.9"
86 id ' com.diffplug.spotless' version ' 6.25.0'
97 id ' io.github.gradle-nexus.publish-plugin' version ' 2.0.0'
@@ -36,11 +34,11 @@ apply from: "$rootDir/gradle-scripts/jacoco.gradle"
3634apply from : " $rootDir /gradle-scripts/spotbugs.gradle"
3735apply from : " $rootDir /gradle-scripts/maven-publish.gradle"
3836apply from : " $rootDir /gradle-scripts/nexus-publish.gradle"
39- apply from : " $rootDir /gradle-scripts/javadocs-publish.gradle"
4037apply from : " $rootDir /gradle-scripts/set-library-version.gradle"
41- apply from : " $rootDir /gradle-scripts/execution-order.gradle"
4238apply from : " $rootDir /gradle-scripts/mkdocs.gradle"
39+ apply from : " $rootDir /gradle-scripts/javadocs-publish.gradle"
4340apply from : " $rootDir /gradle-scripts/spotless.gradle"
41+ apply from : " $rootDir /gradle-scripts/execution-order.gradle"
4442
4543dependencies {
4644 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