Skip to content

Commit

Permalink
fixed gh pages
Browse files Browse the repository at this point in the history
  • Loading branch information
ShubhamRwt committed Mar 1, 2022
1 parent 0b6f4fb commit 504bdb8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions swagger2markup-documentation/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
apply plugin: 'org.asciidoctor.convert'
apply plugin: "org.asciidoctor.convert"
apply plugin: 'org.ajoberstar.github-pages'

dependencies {

configurations.all {
resolutionStrategy.force dependencyOverrides.jnrConstants
resolutionStrategy.force dependencyOverrides.jnrEnxio
resolutionStrategy.force dependencyOverrides.jnrPosix
}
}

//artifactoryPublish.skip=true
sonarqube.skipProject=true

Expand All @@ -10,7 +19,7 @@ asciidoctor {
sources {
include 'index.adoc'
}
backends = ['html5', 'pdf']
backends = ['html5']
attributes = [
doctype: 'book',
toc: 'left',
Expand Down

0 comments on commit 504bdb8

Please sign in to comment.