Upgrade to org.asciidoctor.convert 1.5.6
Closes gh-459
This commit is contained in:
committed by
Andy Wilkinson
parent
d18f8d8246
commit
5750babc6f
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id 'org.asciidoctor.convert' version '1.5.3'
|
||||
id 'org.asciidoctor.convert' version '1.5.6'
|
||||
}
|
||||
|
||||
repositories {
|
||||
@@ -28,4 +28,4 @@ asciidoctor {
|
||||
attributes 'revnumber': project.version,
|
||||
'branch-or-tag': project.version.endsWith('SNAPSHOT') ? 'master': "v${project.version}"
|
||||
inputs.files(sourceSets.test.java)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -154,7 +154,7 @@ the configuration are described below.
|
||||
.Gradle
|
||||
----
|
||||
plugins { <1>
|
||||
id "org.asciidoctor.convert" version "1.5.3"
|
||||
id "org.asciidoctor.convert" version "1.5.6"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
@@ -9,7 +9,7 @@ buildscript {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id "org.asciidoctor.convert" version "1.5.3"
|
||||
id "org.asciidoctor.convert" version "1.5.6"
|
||||
}
|
||||
|
||||
apply plugin: 'java'
|
||||
|
||||
@@ -8,7 +8,7 @@ buildscript {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id "org.asciidoctor.convert" version "1.5.3"
|
||||
id "org.asciidoctor.convert" version "1.5.6"
|
||||
}
|
||||
|
||||
apply plugin: 'java'
|
||||
|
||||
@@ -9,7 +9,7 @@ buildscript {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'org.asciidoctor.convert' version '1.5.3'
|
||||
id 'org.asciidoctor.convert' version '1.5.6'
|
||||
}
|
||||
|
||||
version "0.1"
|
||||
|
||||
@@ -8,7 +8,7 @@ buildscript {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id "org.asciidoctor.convert" version "1.5.3"
|
||||
id "org.asciidoctor.convert" version "1.5.6"
|
||||
}
|
||||
|
||||
apply plugin: 'java'
|
||||
|
||||
@@ -8,7 +8,7 @@ buildscript {
|
||||
}
|
||||
|
||||
plugins {
|
||||
id "org.asciidoctor.convert" version "1.5.3"
|
||||
id "org.asciidoctor.convert" version "1.5.6"
|
||||
}
|
||||
|
||||
apply plugin: 'java'
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
plugins {
|
||||
id "org.asciidoctor.convert" version "1.5.3"
|
||||
id "org.asciidoctor.convert" version "1.5.6"
|
||||
}
|
||||
|
||||
apply plugin: 'java'
|
||||
|
||||
Reference in New Issue
Block a user