Skip to content

Commit 504bdb8

Browse files
author
ShubhamRwt
committed
fixed gh pages
1 parent 0b6f4fb commit 504bdb8

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

swagger2markup-documentation/build.gradle

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1-
apply plugin: 'org.asciidoctor.convert'
1+
apply plugin: "org.asciidoctor.convert"
22
apply plugin: 'org.ajoberstar.github-pages'
33

4+
dependencies {
5+
6+
configurations.all {
7+
resolutionStrategy.force dependencyOverrides.jnrConstants
8+
resolutionStrategy.force dependencyOverrides.jnrEnxio
9+
resolutionStrategy.force dependencyOverrides.jnrPosix
10+
}
11+
}
12+
413
//artifactoryPublish.skip=true
514
sonarqube.skipProject=true
615

@@ -10,7 +19,7 @@ asciidoctor {
1019
sources {
1120
include 'index.adoc'
1221
}
13-
backends = ['html5', 'pdf']
22+
backends = ['html5']
1423
attributes = [
1524
doctype: 'book',
1625
toc: 'left',

0 commit comments

Comments
 (0)