Skip to content

Commit

Permalink
Bumping asciidoctor gradle plugin to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
deining authored and remkop committed Feb 23, 2021
1 parent db106b3 commit 11f399b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ buildscript {

dependencies {
classpath "org.asciidoctor:asciidoctor-gradle-jvm:$asciidoctorGradlePluginVersion"
classpath 'org.asciidoctor:asciidoctorj-pdf:1.5.0-beta.8'
classpath 'org.asciidoctor:asciidoctorj-pdf:1.5.4'
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:$gradleBintrayPluginVersion"
classpath "gradle.plugin.org.beryx:badass-jar:1.1.3"
classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:5.1.2'
}
}

apply plugin: 'org.asciidoctor.jvm.convert' // version '3.2.0'
apply plugin: 'org.asciidoctor.jvm.convert' // version '3.3.2'
apply plugin: 'distribution'
apply plugin: 'maven-publish'
apply plugin: 'com.jfrog.bintray'
Expand Down Expand Up @@ -252,7 +252,7 @@ javadoc {
javadoc.dependsOn(jar)
javadoc.dependsOn('asciidoctor')
asciidoctorj {
version = '2.4.2'
version = '2.4.3'
}
asciidoctor {
sourceDir = file('docs')
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
asciidoctorGradlePluginVersion = 3.2.0
asciidoctorGradlePluginVersion = 3.3.2
compileTestingVersion = 0.18
gradleBintrayPluginVersion = 1.+
groovyVersion = 2.4.10
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath "org.asciidoctor:asciidoctor-gradle-jvm:3.2.0"
classpath "org.asciidoctor:asciidoctor-gradle-jvm:3.3.2"
}
}

Expand Down

0 comments on commit 11f399b

Please sign in to comment.