Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e40e2d6

Browse files
committed
Updated the grgit dependency
This is to fix the broken build relates to springfox#2022
1 parent 69c6805 commit e40e2d6

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ buildscript {
1414
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.4"
1515
classpath "org.jfrog.buildinfo:build-info-extractor-gradle:4.9.3"
1616
classpath "org.asciidoctor:asciidoctor-gradle-plugin:1.6.0"
17-
classpath "org.ajoberstar:gradle-git:1.7.2"
17+
classpath 'org.ajoberstar.grgit:grgit-core:3.0.0'
1818
classpath 'org.ajoberstar:gradle-git-publish:2.0.0'
1919
}
2020
}

gradle/documentation.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ gitPublish {
1414
preserve {
1515
include '**/*'
1616
}
17+
1718
contents {
1819
from "${buildDir}/all-docs"
1920
}

0 commit comments

Comments
 (0)