We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b6f4fb commit 504bdb8Copy full SHA for 504bdb8
swagger2markup-documentation/build.gradle
@@ -1,6 +1,15 @@
1
-apply plugin: 'org.asciidoctor.convert'
+apply plugin: "org.asciidoctor.convert"
2
apply plugin: 'org.ajoberstar.github-pages'
3
4
+dependencies {
5
+
6
+ configurations.all {
7
+ resolutionStrategy.force dependencyOverrides.jnrConstants
8
+ resolutionStrategy.force dependencyOverrides.jnrEnxio
9
+ resolutionStrategy.force dependencyOverrides.jnrPosix
10
+ }
11
+}
12
13
//artifactoryPublish.skip=true
14
sonarqube.skipProject=true
15
@@ -10,7 +19,7 @@ asciidoctor {
19
sources {
20
include 'index.adoc'
21
}
- backends = ['html5', 'pdf']
22
+ backends = ['html5']
23
attributes = [
24
doctype: 'book',
16
25
toc: 'left',
0 commit comments