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

Skip to content

Commit c4055d4

Browse files
committed
Fixed a bug with the document publishing
related to springfox#1334
1 parent 8b0922c commit c4055d4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/documentation.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ task publishDocs(type: Exec) {
4444
symlink = 'current'
4545
docVersion = buildInfo.currentVersion.asText()
4646
} else {
47-
symlink = project.rootProject.buildInfo.isReleaseBuild ? 'snapshot' : 'current'
47+
symlink = project.rootProject.buildInfo.isReleaseBuild ? 'current' : 'snapshot'
4848
}
4949

5050
def docPublishInfo = """Publishing docs with ...

0 commit comments

Comments
 (0)